Untitled Snippet
function youtube_dashboard() { $api_key = "AIzaSyBzzf22Vs5sMf1eoCuhN3-0Qtnj0EKu7Bk"; $channel_id = "102319916649-hmjdaecid7f96ql384nd80ie8mn13fjj.apps.googleusercontent.com"; // ganti channel kamu $url = "https://www.googleapis.com/youtube/v3/channels?part=snippet,statistics&id=$channel_id&key=$api_key";…
Show Sticky Posts on Top of the Archive Templates - WPX Tetris Theme
## Sticky Posts on Archive Pages - WPX Tetris Theme **Description:** Display sticky posts first on…
Move Points Message Below Content
Move Single Product Page Message below content
Add a custom column to Commission table
/** * Add custom columns label * * @param Array $columns array stored column names *…
Change product edit tab order
Manually Sort
Hide SALE! Badges
/*Hide WooCommerce SALES Badges*/ .woocommerce span.onsale { display: none; } /*Hide SALES Badges in home page…
Advanced Spam Filters for Elementor Forms
Filter spam emails by either email provider @gamil.com, @hotmail.com, or whatever you want. You can also…
Tasty Pins - Remove the Pin button for an image by URL
Easily exclude images from having this pin it button using the image url by javascript snippet:
Allow Eventbrite Styles in Long Description | Display Eventbrite Events
Since version 5.3.4 the Display Eventbrite Plugin has been removing the inline styles Eventbrite add to…
Add duplicate link to admin bar menu
Extend the WPCode duplicate snippet (https://library.wpcode.com/snippet/7oqnzxow/) with an admin bar menu item. The duplicate snippet needs…
Fix the InvalidInternetMessageHeader Error in Outlook
This snippet will modify specific headers in your emails, which can help resolve this ‘InvalidInternetMessageHeader’ error…