View difference between Paste ID: 8zFmwMvf and SfdyL84t
SHOW: | | - or go back to the newest paste.
1-
<?php echo do_shortcode( '  [affiliates_is_not_affiliate]' ); ?>
1+
<?php
2-
                
2+
echo do_shortcode( '
3-
                     <?php echo do_shortcode( '[affiliates_registration]' ); ?>
3+
[affiliates_is_not_affiliate]
4-
                     
4+
[affiliates_registration]
5-
              <?php echo do_shortcode( '  [/affiliates_is_not_affiliate]' ); ?>
5+
[/affiliates_is_not_affiliate]
6
' );
7
?>