Description
Disable the action links shown below a custom form.
Arguments
- $setting(bool) - If set to true, the action links below forms are not shown.
Return
(bool) true|false
Usage
function b3_disable_action_links_example( $setting ) {
return true;
}
add_filter( 'b3_disable_action_links', 'b3_disable_action_links_example' );
Used in
- includes/actions-b3.php - line 497