Advertisement
rdusnr

Untitled

Jan 5th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. function sq7_check_bbpress_pages()
  2. {
  3. if ( class_exists( 'BuddyPress' ) ) {
  4. if (bp_is_user()) {
  5. echo '
  6. <img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Wide_angle_tetons.jpg" alt="Mountain View-PROFILE" style="width:100%;height:auto;">
  7. ';
  8. }
  9. }
  10. if ( class_exists( 'bbpress' ) AND !bp_is_user() ) {
  11. if (is_bbpress()) {
  12. echo '
  13. <img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Wide_angle_tetons.jpg" alt="Mountain View" style="width:100%;height:auto;">
  14. ';
  15. }
  16. }
  17.  
  18. }
  19.  
  20. add_action('kleo_before_main', 'sq7_check_bbpress_pages');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement