Johanbrook
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Hi,
sorry about the comments on the use of wp-ajax.php. I wasn’t editing core EM files, but the (inline) Javascript in a template file in my theme folder. I tried some barebones Ajax calls from the console, and it turned out everything worked out, so I rewrote the included JS to work for me in the end.
Thanks anyway!
I concur, this isn’t good. I don’t want every attendee to bloat up space in the WP Users table. Why is this? Put it in the Events Manager table instead.
Sure:
stdClass Object ( [ID] => 148 [post_author] => 1 [post_date] => 2007-09-04 09:55:04 [post_date_gmt] => 2007-09-03 23:55:04 [post_content] => [.. Content ..] [post_title] => A post with multiple pages [post_excerpt] => [.. Excerpt ..] [post_status] => publish [comment_status] => open [ping_status] => open [post_password] => [post_name] => a-post-with-multiple-pages [to_ping] => [pinged] => [post_modified] => 2007-09-04 09:55:04 [post_modified_gmt] => 2007-09-03 23:55:04 [post_content_filtered] => [post_parent] => 0 [guid] => https://asdftestblog1.wordpress.com/2007/09/04/a-post-with-several-more-tags/ [menu_order] => 0 [post_type] => post [post_mime_type] => [comment_count] => 0 [relevance_score] => 17.12 [filter] => raw )
The activation error message only showed up in wp-admin when developing locally. When I installed the plugin on a test site online, it didn’t show (perhaps depending on if
WP_DEBUG
is set tofalse
ortrue
).
Viewing 3 replies - 1 through 3 (of 3 total)