Hello,
for the moment it is not parameters that I will add to the plugin.
You can add this code to a child theme’s functions.php file:
`function options_default_img() {
update_option( ‘image_default_align’, ‘center’ );
update_option( ‘image_default_link_type’, ‘file’ );
update_option( ‘image_default_size’, ‘medium’ );
}
add_action( ‘after_setup_theme’, ‘options_default_img’ );
or all simply from the URL: http://yoursite.com/wp-admin/options.php
modify the options for the following parameters:
image_default_align: center
image_default_link_type: file
image_default_size: medium
Thread Starter
Li-An
(@li-an)
I did not know these tips – and did not imagine they can exist. Thanks a lot – I made a review of the plugin on l’Écho des Plugins.