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?