Update FFCNR action setup

This commit is contained in:
Tetrakern 2024-12-11 21:55:49 +01:00
parent f6d339b165
commit 2d38dc8760

View File

@ -514,9 +514,11 @@ function ffcnr_load_child_theme_functions() {
ffcnr_load_child_theme_functions();
// =============================================================================
// DELEGATE TO REQUEST
// DELEGATE REQUEST
// =============================================================================
global $action;
$action = apply_filters( 'ffcnr_request_action', $_REQUEST['action'] ?? 0 );
if ( $action === 'auth' ) {