79655015

Date: 2025-06-05 18:26:02
Score: 0.5
Natty:
Report link

The problem is that it should be the other way around, the parent theme needs to have the function wrapped around the if statement

  if ( ! function_exists( 'wpst_get_filter_title' ) ) :

and the child theme should just declare it normally:

function wpst_get_filter_title() {
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: eyal_123