porter_acf_option_defaults
Last updated
Type: Filter
Location: includes/acf/option-pages.php:42
apply_filters( 'porter_acf_option_defaults', ... );Modify the value passed through this filter to customise PorterWP behaviour.
1
$defaults
Description pending
add_filter( 'porter_acf_option_defaults', function ( $value ) {
// Modify value here.
return $value;
} );Last updated