Show Subscribe Button on specific Pages
-
Hi, i want show subscriber button in specific pages only.
I tried to do it inonesignal.phpfile using following change, but not worked:if (is_home() || is_front_page() || is_single()) { add_action( 'init', array( 'OneSignal_Public', 'init' ) ); }How can i do this?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Show Subscribe Button on specific Pages’ is closed to new replies.