Home
last modified time | relevance | path

Searched refs:wp_is_auto_update_enabled_for_type (Results 1 – 20 of 20) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/network/
H A Dthemes.php224 …if ( ! ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) ) {
307 if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/network/
H A Dthemes.php224 …if ( ! ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) ) {
307 if ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/
H A Dupdate-core.php488 if ( wp_is_auto_update_enabled_for_type( 'plugin' ) ) {
989 …themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) || ( current_user_can( 'update_plugin…
H A Dthemes.php85 …if ( ! ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) ) {
105 …if ( ! ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) ) {
202 } // End if 'update_themes' && 'wp_is_auto_update_enabled_for_type'.
H A Dplugins.php448 …if ( ! current_user_can( 'update_plugins' ) || ! wp_is_auto_update_enabled_for_type( 'plugin' ) ) {
570 if ( current_user_can( 'update_plugins' ) && wp_is_auto_update_enabled_for_type( 'plugin' ) ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/
H A Dupdate-core.php488 if ( wp_is_auto_update_enabled_for_type( 'plugin' ) ) {
989 …themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) || ( current_user_can( 'update_plugin…
H A Dthemes.php85 …if ( ! ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) ) {
105 …if ( ! ( current_user_can( 'update_themes' ) && wp_is_auto_update_enabled_for_type( 'theme' ) ) ) {
202 } // End if 'update_themes' && 'wp_is_auto_update_enabled_for_type'.
H A Dplugins.php448 …if ( ! current_user_can( 'update_plugins' ) || ! wp_is_auto_update_enabled_for_type( 'plugin' ) ) {
570 if ( current_user_can( 'update_plugins' ) && wp_is_auto_update_enabled_for_type( 'plugin' ) ) {
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dupdate.php1035 function wp_is_auto_update_enabled_for_type( $type ) { function
H A Dclass-wp-debug-data.php970 $auto_updates_enabled = wp_is_auto_update_enabled_for_type( 'plugin' );
1087 $auto_updates_enabled = wp_is_auto_update_enabled_for_type( 'theme' );
H A Dclass-wp-site-health.php2586 $ui_enabled_for_plugins = wp_is_auto_update_enabled_for_type( 'plugin' );
2587 $ui_enabled_for_themes = wp_is_auto_update_enabled_for_type( 'theme' );
H A Dclass-wp-ms-themes-list-table.php69 $this->show_autoupdates = wp_is_auto_update_enabled_for_type( 'theme' ) &&
H A Dclass-wp-plugins-list-table.php63 $this->show_autoupdates = wp_is_auto_update_enabled_for_type( 'plugin' )
H A Dclass-wp-automatic-updater.php169 if ( ! $update && wp_is_auto_update_enabled_for_type( $type ) ) {
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dupdate.php1035 function wp_is_auto_update_enabled_for_type( $type ) { function
H A Dclass-wp-debug-data.php970 $auto_updates_enabled = wp_is_auto_update_enabled_for_type( 'plugin' );
1087 $auto_updates_enabled = wp_is_auto_update_enabled_for_type( 'theme' );
H A Dclass-wp-site-health.php2586 $ui_enabled_for_plugins = wp_is_auto_update_enabled_for_type( 'plugin' );
2587 $ui_enabled_for_themes = wp_is_auto_update_enabled_for_type( 'theme' );
H A Dclass-wp-ms-themes-list-table.php69 $this->show_autoupdates = wp_is_auto_update_enabled_for_type( 'theme' ) &&
H A Dclass-wp-plugins-list-table.php63 $this->show_autoupdates = wp_is_auto_update_enabled_for_type( 'plugin' )
H A Dclass-wp-automatic-updater.php169 if ( ! $update && wp_is_auto_update_enabled_for_type( $type ) ) {