daanburozero
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Developing with WordPress
In reply to: For each loop does not always do all iterations@mkarimzada you are totally right. Thank you for your advice! This will probably help me further. Whenever I find the issue, I’ll post it over here to maybe help others out. Once again, thank you for the replies!
- This reply was modified 4 years, 9 months ago by daanburozero.
Forum: Plugins
In reply to: [Advanced Editor Tools] Visual Editor shows blank(white) but have contentI have the same issue, but only in Firefox 78.0.1
In Chrome everything is working fine.Thanks for the reply,
Unfortunately this was not the solution for my problem. Tried several different numbers for the max entry. Sometimes it worked, sometimes it didn’t. So I have no clue.
Can’t the sitemap be save to a file using a cronjob and called by the same url?
So this should be:
function wp_mail_smtp_add_cat( $body, $mailer ) { $body['categories'] = array('cat1', 'cat2'); return $body; } add_filter( 'wp_mail_smtp_providers_mailer_get_body', 'wp_mail_smtp_add_cat', 10, 2 );Quick note, I’ve tried some stuff with filters like;
ws_add_site_headerandwp_mail_smtp_providers_mailer_get_body
Viewing 5 replies - 1 through 5 (of 5 total)