enable_update_services_configuration

enable_update_services_configuration

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('enable_update_services_configuration') is found 2 times:

  • /wp-admin/options-writing.php line 41
    	);
    }
    
    /** This filter is documented in wp-admin/options-writing.php */
    if ( apply_filters( 'enable_update_services_configuration', true ) ) {
    	get_current_screen()->add_help_tab(
    		array(
    			'id'      => 'options-services',
    			'title'   => __( 'Update Services' ),
    			'content' => '<p>' . __( 'If desired, WordPress will automatically alert various services of your new posts.' ) . '</p>',
    		)
    
  • /wp-admin/options-writing.php line 217
     * @since 3.0.0
     *
     * @param bool $enable Whether to enable the Update Services settings area. Default true.
     */
    if ( apply_filters( 'enable_update_services_configuration', true ) ) {
    	?>
    <h2 class="title"><?php _e( 'Update Services' ); ?></h2>
    
    	<?php if ( '1' === get_option( 'blog_public' ) ) : ?>
    
    	<p><label for="ping_sites">