Skip to content

Snippets – Duuuda

Recent Posts

  • Get number from input field
  • Redefine image size in child theme
  • Scroll inner hash links
  • Redirect all traffic to https://www.
  • Enable upload of exe files in WordPress

Categories

  • Apache
  • Bootstrap
  • CSS
  • HTML
  • JavaScript
  • Uncategorized
  • Wordpress

Tags

  • Accessibility
  • accordion
  • Bootstrap
  • Bootstrap grid
  • htaccess
  • Responsive
  • WCAG
  • wp_nav_menu
WordPress Development - Duuuda

Get number from input field

PHP

$number = absint( intval( get_sub_field( 'number' ) ) );
Posted on June 15, 2021Author sasa_wpCategories Uncategorized

Post navigation

Previous Previous post: Redefine image size in child theme
Proudly powered by WordPress