bp_post_request, $action

bp_post_request, $action

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_post_request, $action') is found 1 times:

  • /bp-core/bp-core-dependency.php line 798
    	 * @since 1.9.0
    	 *
    	 * @param string $action The action being run.
    	 */
    	do_action( 'bp_post_request', $action );
    }
    
    /**
     * The main action used for handling theme-side GET requests.
     *
     * @since 1.9.0