Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #42367


Ignore:
Timestamp:
10/28/2017 07:55:35 PM (7 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42367

    • Property Status changed from new to closed
    • Property Milestone changed from Awaiting Review to
    • Property Resolution changed from to duplicate
  • Ticket #42367 – Description

    initial v4  
    2121you know 90% of WP sites HAS TO USE META TAGS, ESPECIALLY FOR FACEBOOK, TWITTER, G+ share tags and some other.
    2222Cant WordPress create a new API to standartize the process, for example, in the Core, there was:
    23 
     23{{{
    2424add_action('wp_head', 'add_meta_tags_in_head');
    2525function add_meta_tags_in_head(){
     
    3535    }
    3636}
     37}}}