Filter: jb_admin_settings_get_pages_list

apply_filters( 'jb_admin_settings_get_pages_list', $pre_result ) → {bool|array}

Filters the predefined pages list in dropdown results.

Note: It's an internal hook for integration with multilingual plugins.

Parameters:
Name Type Description
$pre_result bool | array

false or WP_Query results with the list of the pages.

Since:
  • 1.1.1
Source:
Returns:

WP_Query results with the list of the pages. Otherwise false.

Type
bool | array