• Resolved laurencebahiirwa

    (@laurencebahiirwa)


    In Advanced Ads – Selling Ads, Some of the product-template (advanced-ads-selling/public/views/product-template.php) information is not required for the client site.

    I speak of these.

    <p><?php _e( 'Available ad types', 'advanced-ads-selling' ); ?></p>
    	
    	<ul>
    	    <?php foreach( $ad_types as $_type ){
    		if( isset( $ad_types_raw[ $_type ] )){
    		    echo '<li>' . $ad_types_raw[ $_type ]->title . '</li>';
    		}
    	    } ?>
    	</ul>
    	
    	<p><?php _e( 'You will be able to submit the ad content after the purchase.', 'advanced-ads-selling' ); ?></p>

    Would you mind adding some hooks and filters to these so we can structure or remove them?

Viewing 1 replies (of 1 total)
  • Plugin Support schmidt25

    (@schmidt25)

    Hi laurencebahiirwa,

    Thanks for reaching out.

    It looks like this question is referring to a premium add-on. The forums on www.ads-software.com are only for the plugins that are also hosted here. If you need help with any premium extensions of Advanced Ads, I want kindly ask you to reach out to our support.

    Thanks for understanding, and we hopefully meet there.

    Best regards,
    Joachim

Viewing 1 replies (of 1 total)
  • The topic ‘Hooks and Filters Request’ is closed to new replies.