BoldGrid / boldgrid-inspirations

The BoldGrid Inspirations core plugin for WordPress.
https://www.boldgrid.com/
GNU General Public License v2.0
11 stars 12 forks source link

PHP Deprecated: get_page_by_title is deprecated since WP 6.2 #193

Open jessecowens opened 6 months ago

jessecowens commented 6 months ago

Describe the bug PHP warnings are thrown since WordPress 6.2:

PHP Deprecated:  Function get_page_by_title is deprecated since version 6.2.0! Use WP_Query instead. in /home/wordpress/doc_root/wp-includes/functions.php on line 6031

This function is referenced in the following classes:

/includes/class-boldgrid-inspirations-deploy.php
/includes/class-boldgrid-inspirations-utility.php
/includes/class-boldgrid-inspirations-built.php
/includes/class-boldgrid-inspirations-blog.php

To Reproduce I discovered the bug using the wp-cli profile command, but it should be discoverable on any site with wp_debug enabled.

Expected behavior Use WP_Query as noted in the deprecation notice