[type] => 1
[message] => Allowed memory size of 134217728 bytes exhausted (tried to allocate 45307957 bytes)
[file] => /home/content/xxx/wp-content/plugins/siteground-migrator/includes/class-siteground-migrator-files-service.php
[line] => 340
I tried to apply the code mentioned above, but without succes. This is what i tried
after
add_action( 'publish_'.$value, 'jd_twit', 16 );
i added
add_action( 'wp_insert_'.$value, 'jd_twit', 16 );