jetpack_dsp_promote_posts_enabled
jetpack_dsp_promote_posts_enabled
Hook Type: filter
Displaying hooks found in version: jetpack.11.6apply_filters('jetpack_dsp_promote_posts_enabled') is found 1 times:
- /modules/masterbar/admin-menu/class-atomic-admin-menu.php line 377373374375376377378379380381382383
*
* @param bool
$menu_enabled
Wether the menu entry is shown.
* @param int
$user_id
The Advertising menu will be shown/hidden
for
this user.
*/
if
( apply_filters(
'jetpack_dsp_promote_posts_enabled'
, false, get_current_user_id() ) ) {
add_submenu_page(
'tools.php'
, esc_attr__(
'Advertising'
,
'jetpack'
), __(
'Advertising'
,
'jetpack'
),
'manage_options'
,
'https://wordpress.com/advertising/'
.
$this
->domain, null, 1 );
}
}
/**
* Override the
global
submenu_file
for
theme-install.php page so the WP Admin menu item gets highlighted correctly.