Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
arthur791004 committed Aug 28, 2024
1 parent ee6ea0c commit 00b68ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function robots_txt( string $output, $public ): string {
add_filter( 'robots_txt', __NAMESPACE__ . '\\robots_txt', 12, 2 );

/**
* Disable the Open Graph Tags based on the value of either wpcom_public_coming_soon and wpcom_data_sharing_opt_out option.
* Disable the Open Graph Tags based on the value of either wpcom_public_coming_soon option.
*/
function remove_og_tags() {
if ( ! (bool) get_option( 'wpcom_public_coming_soon' ) ) {
Expand Down

0 comments on commit 00b68ae

Please sign in to comment.