enable_update_services_configuration

enable_update_services_configuration

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('enable_update_services_configuration') is found 2 times:

  • /wp-admin/options-writing.php line 41
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
        );
    }
     
    /** 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
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    * @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">