You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have this filter add_filter( 'wpseo_enable_tracking', '__return_true' ); to enable tracking. What is the usecase of the filter? i.e. when we should use/recommend using the filter?
If the users' keep the tracking disabled from settings > site basics and from first time configuration, then our filter doesn't override the settings value and it is the correct output. In that case, when the filter can be useful?
Please give us a description of the issue
We have this filter add_filter( 'wpseo_enable_tracking', '__return_true' ); to enable tracking. What is the usecase of the filter? i.e. when we should use/recommend using the filter?
If the users' keep the tracking disabled from settings > site basics and from first time configuration, then our filter doesn't override the settings value and it is the correct output. In that case, when the filter can be useful?
The text was updated successfully, but these errors were encountered: