Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @joker44

    These icons allows to insert the forms’ shortcodes, and the variables’ shortcode in the web pages. But if you don’t want them, you can edit the plugin’s code as follows:

    1. Open the “/wp-content/plugins/calculated-fields-form/inc/cpcff_main.inc.php” file with the text editor of your choice.

    2. Go to the piece of code:

    
    add_action( 'media_buttons', array( $this, 'media_buttons' ) );
    

    and edit it as follows:

    
    // add_action( 'media_buttons', array( $this, 'media_buttons' ) );
    

    and that’s all.

    Best regards.

    Thread Starter joker44

    (@joker44)

    thanks so much it works < also quick reply >

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove from product page’ is closed to new replies.