porter_public_scripts_default_args
Last updated
Type: Filter
Location: includes/porter-config-public.php:90
apply_filters( 'porter_public_scripts_default_args', ... );Modify the value passed through this filter to customise PorterWP behaviour.
1
$defaults
Description pending
add_filter( 'porter_public_scripts_default_args', function ( $value ) {
// Modify value here.
return $value;
} );Last updated