Advertisement
Mwordpress

APS Arena Products - Lightmag ads

Apr 29th, 2021
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.67 KB | None | 0 0
  1. add_action( 'aps_single_before_title', 'mwp_ad_aps_before_title' );
  2. function mwp_ad_aps_before_title() {
  3.     mwp_single_ads3();
  4. }
  5.  
  6. add_action( 'aps_single_after_title', 'mwp_ad_aps_after_title' );
  7. function mwp_ad_aps_after_title() {
  8.     mwp_single_ads4();
  9. }
  10.  
  11.  
  12. add_action( 'aps_single_before_content', 'mwp_ad_aps_before_content' );
  13. function mwp_ad_aps_before_content() {
  14.     mwp_single_ads7_a();
  15. }
  16.  
  17. add_action( 'aps_single_after_content', 'mwp_ad_aps_after_content' );
  18. function mwp_ad_aps_after_content() {
  19.     mwp_single_ads7_b();
  20. }
  21.  
  22.  
  23. add_action( 'aps_single_before_related', 'mwp_ad_aps_before_related' );
  24. function mwp_ad_aps_before_related() {
  25.     mwp_single_ads5();
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement