Creator2
Forum Replies Created
-
you can try some WordPress plugins that enables caching.
You can also try CloudFlare system.charge for posting = yes
force pack = noIt always forces payment after trying to make a post.
I would like the first post to have published for free and the rest forced to be paid. Any directions? thanks,Hi,
please add global $userdata;
right under function delete_post() (line 230) in wpuf-dashboard.php. Looks like the function didn’t have access to the info about users.e.i.
function delete_post() {
global $userdata;$nonce = $_REQUEST[‘_wpnonce’];
if ( !wp_verify_nonce( $nonce, ‘wpuf_del’ ) ) {
die( “Security check” );
}There must be some easy way to do it. Condition the payment process:
if the post count > 1 go aheadIf I would know which file execute the payment after the post submit…
Hi,
please add global $userdata;
right under function delete_post() (line 230) in wpuf-dashboard.php. Looks like the function didn’t have access to the info about users.e.i.
function delete_post() {
global $userdata;$nonce = $_REQUEST[‘_wpnonce’];
if ( !wp_verify_nonce( $nonce, ‘wpuf_del’ ) ) {
die( “Security check” );
}