The filter function is called 6 times
-
Hello!
I use the filter
"the_seo_framework_title_from_custom_field"
to add the last date of the post change to the title.But here’s what I noticed. When using this filter, the function that binds to it is called several times (namely, 6 times), although I am waiting for only one.
Why is this happening?
Also, I noticed that the function
"public function get_filtered_raw_custom_field_title( $args )"
in the file
"generate-title.class.php"
also called 6 times.Is this a normal job?
Does this increase the loading time of the site?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘The filter function is called 6 times’ is closed to new replies.