init commit

This commit is contained in:
zino
2021-02-16 00:05:49 +01:00
parent 77ab0f7020
commit a4d4e1f583
41 changed files with 6313 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
?>
<?php
add_filter( 'mycred_transfer_render', 'mycredpro_disable_transfer_autocomplete' );
function mycredpro_disable_transfer_autocomplete( $transfer_shortcode ) {
return str_replace( 'mycred-autofill', '', $transfer_shortcode );
}