Lucas Martins
@lucasms on WordPress.org
- Member Since: May 25th, 2009
- Location: Florianópolis-BR
-
Posted a reply to Use archive.org for broken links?, on the site WordPress.org Forums:
Checked here, the plugin already uses Wayback machine (file /includes/admin/links-page-js.php): function findReplacementSuggestions(url, suggestionList) { var… -
Posted a reply to Use archive.org for broken links?, on the site WordPress.org Forums:
I activated this plugin again (not being used since 2015), and as far as I… -
Posted a reply to wpseo_opengraph deprecated. How to remove things from OpenGraph now?, on the site WordPress.org Forums:
Found a way to remove presenters: function add_my_custom_presenter( $presenters ) { $presenters_to_remove = array('Article_Published_Time_Presenter', 'Article_Modified_Time_Presenter');… -
Created a topic, wpseo_opengraph deprecated. How to remove things from OpenGraph now?, on the site WordPress.org Forums:
I used to have this piece of code to remove the publis… -
Created ticket #50161 on Core Trac:
Slow query in WP_Posts_List_Table, no way to avoid with filters/hooks -
Created ticket #24473 on Core Trac:
is_home returns true for pages created with custom rewrite_rules