Update FFCNR action setup
This commit is contained in:
parent
f6d339b165
commit
2d38dc8760
@ -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' ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user