Skip to content

v1.2.5

Compare
Choose a tag to compare
@pixelwatt pixelwatt released this 14 May 04:22
· 27 commits to master since this release
v1.2.5
e73448b

Changes:

  • ( lib/class-method-layout.php ) Added a new 'hide_header' argument to the inject_bs_modal() method, which, when true, will hide the modal header and move the close button into the modal body.
  • ( lib/class-method-layout.php ) Added a new method, get_svg(), for inlining svgs set through custom editor options (by attachment ID). The method falls back to wp_get_attachment_image() if the attachment ID is not for an svg.
  • ( lib/class-method-layout.php ) Added a new method, endsWith(), to mimic the functionality of php8's str_ends_with() function.