Limit user files in media library
change the number in the snippet
Google Adsense
Auto ads
Kupon kódok megjelenítése az értesítő email-ekben
Ezzel a kóddal megjeleníthetjük a vásárlás során felhasznált kupon kódokat az értesítő email-ekben. Az egyszerűbb és…
Add file to media library programmatically
wp_insert_attachment( string|array $args, string|false $file = false, int $parent_post_id, bool $wp_error = false, bool $fire_after_hooks =…
Link Featured Image to Post
Snippet for automatically link image to post
Set Wordpress Gallery Link to Image Default
Override wordpress default linking to attachment page
Untitled Snippet
// Define the API URL const apiUrl = 'https://api.example.com/data'; // Make a GET request fetch(apiUrl) .then(response…
Allow ICO Files Upload
Enable ICO File Uploads on your WordPress website with this PHP code snippet.
Parent-Teacher Conference Checlist
Lead magnet opt-in for parent-teacher conference checklist
Changing the logo on the WordPress login page.
// Zmiana logo na stronie logowania Wordpress. add_filter( 'login_head', function () { $custom_logo = 'https://yourimageurl.com'; $logo_width…