Exclude not working when function included manually
-
Hello again!
I noticed that if the CRP functionality is added via
if ( function_exists( 'echo_crp' ) ) { echo_crp(); }then no exclusions based on post IDs are effective. I tried to exclude a specific ID from both Settings -> CRP -> Output and from within the specific post item (by selecting the respective box), but both were ineffective. It seems that as soon as the CRP function is added via the way above, then no check is performed in internal logic for exclusions.
If this is the case, how can the exclusions, either via the plugin settings or the individual post specific toggle, can be respected if the CRP functionality is added manually?
Wordpress 5.5.1 , CRP 2.9.4
Thank you!
The topic ‘Exclude not working when function included manually’ is closed to new replies.