Filter whether beans_post_meta() should be short-circuit or not.
apply_filters( 'beans_pre_post_meta', bool $pre )
Return: (void)
Parameters
Name | Type | Description |
---|---|---|
$pre | bool | True to short-circuit, False to let the function run. |
Filter whether beans_post_meta() should be short-circuit or not.
Return: (void)
Name | Type | Description |
---|---|---|
$pre | bool | True to short-circuit, False to let the function run. |