Join our new community forum for support & discussion

Join Now

Home Support Extensions Requests How to disable “Add Image”

How to disable “Add Image”

  • Author
    Posts
  • jay@edmission.co

    How do I disable the add image feature at the top of request form? Thanks.

    ihor developer

    Please try this PHP snippet to remove it:

    add_filter(
    	'hivepress/v1/forms/request_update',
    	function( $form ) {
    		unset($form['fields']['images']);
    
    		return $form;
    	}
    );
    jay@edmission.co

    Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)

New Reply

This forum has been archived and is no longer accepting new posts or replies. Please join our new community forum for support & discussion.