Archives: Snippets
test
testContinue reading
WordPress Debugging
define( ‘WP_DEBUG’, true ); define( ‘SAVEQUERIES’, true );Continue reading
Changing the Name Attribute of a Hidden Field
/** * Custom function to change the name attribute of hidden fields in any form. * * @link https://wpforms.com/developers/how-to-change-the-name-attribute-of-a-hidden-field/ */ function wpf_field_properties_hidden( $properties, $field, $form_data ) { // Optional, you can limit to specific forms. Below, we restrict output to…Continue reading
Untitled Snippet
Hiding the Currency Symbol in WPForms Total Field
function wpf_remove_currency_symbol() { ?>Continue reading
Untitled Snippet
Untitled Snippet
Portfolio de Paul
WordPress Trending Posts | Popular Posts Ticker Shortcode
/* Showcase your trending content with this scrolling WordPress ticker. Shortcode: [trending_postss count=5] Can change count as per your needs. Note: This shortcode requires the “Post Views Count | Post Views Tracking with Shortcode and Admin Column” snippet to be…Continue reading