Hooks and Filters Request
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Hooks and Filters Request’ is closed to new replies.