Advertisement
arie_cristianD

add link to file by default on Image Block

Jan 28th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. add_action(
  2. 'after_setup_theme',
  3. function () {
  4. update_option( 'image_default_link_type', 'file' );
  5. }
  6. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement