apply_filters( 'jb_admin_settings_pages_list_value', $pre_result, $option_key ) → {bool|int}
Filters predefined value for predefined page ID.
Note: It's an internal hook for integration with multilingual plugins.
Parameters:
Name | Type | Description |
---|---|---|
$pre_result |
bool | int |
|
$option_key |
string | Setting key. |
- Since:
- 1.1.0
- Source:
Returns:
Predefined page ID. Otherwise, false
.
- Type
- bool | int