Search
 
SCRIPT & CODE EXAMPLE
 

PHP

remove add media button wordpress editor

add_filter( 'wp_editor_settings', function($settings) {
  $settings['media_buttons']=FALSE;
  return $settings;
});
Comment

PREVIOUS NEXT
Code Example
Php :: php find word in string 
Php :: How to install php-fpm 
Php :: time to load php page 
Php :: laravel send back with message 
Php :: php get size of file 
Php :: php throw exception 
Php :: string to slug php 
Php :: php convert words with spaces to camelcase 
Php :: php get id from url 
Php :: adding css to php file 
Php :: convert space to 20 php 
Php :: get last 3 characters of string in php 
Php :: laravel append array to array 
Php :: hash a password php 
Php :: strtolower php 
Php :: wp_get_attachment_image class 
Php :: php get location of user 
Php :: foreach loop in blade code 
Php :: preg_replace remove double quotes 
Php :: get current month record in laravel 
Php :: php remove bom 
Php :: laravel app get locale 
Php :: whereyear laravel 
Php :: php subtract mins to datetime 
Php :: Check duplicate email using Jquery validation in laravel 
Php :: Making visible or hidden attributes from Eloquent temporarily 
Php :: js check if div is empty 
Php :: wordpress disable editor 
Php :: yii2 a href confirm 
Php :: strupper 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =