Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. add_action( 'admin_head', 'tu_show_gridable_button_sections' );
  2. function tu_show_gridable_button_sections() {
  3. ?>
  4. <style>
  5. #wp-generate-sections-editor-wrap .wp-media-buttons > .gridable-insert-row-button {
  6. display: inline-block;
  7. }
  8. </style>
  9. <?php
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement