Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Lucian Apostol

    (@thedark)

    Hello.

    I have just updated the plugin so authors won’t see that box anymore. Update to 5.1.4.3 and let me know if it is working right.

    Thread Starter Xaki-Drei

    (@xaki-drei)

    Great! Thank you!

    I have’nt seen the 5.1.4.3 update. Where can I found the link?

    I, for the moment, as my users can not create pages, I have eliminated the option in the posts editing the file “wp-auto-affiliate-links/aal_metabox.php”, putting ‘page’ rather than ‘post’ at the beginning of the file:

    <?php 
    
    function aal_add_meta_box() {
    
    	$screens = array( 'page' );
    
    	foreach ( $screens as $screen ) {
    
    		add_meta_box(
    			'aal_sectionid',
    			__( 'Marca si quieres un chorro de agua fría', 'aal_textdomain' ),
    			'aal_meta_box_callback',
    			$screen
    		);
    	}
    }

    It’s ok or it could generate any problem?

    Plugin Author Lucian Apostol

    (@thedark)

    Sorry about that. Fixed it and you should see the updated version in few minutes.

    Thread Starter Xaki-Drei

    (@xaki-drei)

    It works perfect. Thank you! : )

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to remove " Exclude this post from affiliate linking" for all authors’ is closed to new replies.