jelani435
Forum Replies Created
-
Hey there!
Yep. I’ve now turned on WP_DEBUG. Here’s my current code that I took from the other example which might have something to do with it:
add_shortcode( 'table-user-filtered', 'formfunia_tablepress_filtered_table' ); function formfunia_tablepress_filtered_table( $atts ) { if ( ! is_user_logged_in() ) { return 'Error: No user is logged in.'; } $current_user = wp_get_current_user(); $username = $current_user->user_login; $atts['filter'] = $username; $atts['cache_table_output'] = false; return tablepress_get_table( $atts ); }
This returns the following error:
Fatal error: Uncaught Error: Call to undefined function tablepress_get_table() in /home/sploda/public_html/sp/wp-content/themes/sploda/functions.php:24 Stack trace: #0 /home/sploda/public_html/sp/wp-includes/shortcodes.php(325): formfunia_tablepress_filtered_table('j', '\n<div class="wp...', 'table-user-filt...') #1 [internal function]: do_shortcode_tag(Array) #2 /home/sploda/public_html/sp/wp-includes/shortcodes.php(199): preg_replace_callback('/\\[(\\[?)(table\\...', 'do_shortcode_ta...', '[table-user-fil...') #3 /home/sploda/public_html/sp/wp-content/plugins/insert-php/admin/includes/class.gutenberg.snippet.php(160): do_shortcode('[table-user-fil...') #4 /home/sploda/public_html/sp/wp-includes/class-wp-block-type.php(109): WINP_Gutenberg_Snippet->render_snippet_content(Array, '\n<div class="wp...') #5 /home/sploda/public_html/sp/wp-includes/blocks.php(263): WP_Block_Type->render(Array, '\n<div class="wp...') #6 /home/sploda/public_html/sp/wp-includes/blocks.php(314): render_block(Array) #7 /home/sploda/public_html/sp/w in /home/sploda/public_html/sp/wp-content/themes/sploda/functions.php on line 24
Do you know what I’d be able to do to customize the code to work with my site?
Thanks,
JelaniHi! Just tested it, but it doesn’t work. This is what happens:
https://twitter.com/AlwaysNintendo/status/470964080354680832Forum: Plugins
In reply to: [XML Sitemap & Google News] /sitemap-news.xml 404 ErrorNevermind guys, I fixed it! Just saved the permalink settings and things went back to normal. Something you guys might want to patch in an update? Thanks anyways though, great plugin! This is one of the only good ones that I’ve used so far. Kudos!
Forum: Plugins
In reply to: [Better WordPress Minify] admin-barNo luck ?? Same issue unfortunately.
Forum: Plugins
In reply to: [Better WordPress Minify] admin-barSame issue. Any help?
Forum: Fixing WordPress
In reply to: Post Title HelpAlright that was it! Thanks ?? you rock!
Forum: Fixing WordPress
In reply to: Post Title HelpActually no, it’s close though ?? It edits the posted by text right under the featured image title XD Any other guesses?
Forum: Fixing WordPress
In reply to: Post Title HelpThanks ??