-
Created ticket #55112 on Core Trac:
Twenty Twenty-Two: Button design -
Created a topic, Gutenberg ComboboxControl to query posts, on the site WordPress.org Forums:
Hi there, I'm looking for code examples for Gutenberg… -
Posted a reply to Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
I had somebody to check on wordpress.com and require_once( ABSPATH . 'wp-admin/includes/class-wp-list-table.php' ); works as… -
Posted a reply to Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
Are you certain that it works on wordpress.com as well? I'm not familiar with their… -
Posted a reply to Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
Hello, You shouldn't use a url to include a PHP file. We need a PATH… -
Posted a reply to Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
Hello, We are not taking about WP_CONTENT_DIR itself but the wp-admin path. In many cases,… -
Posted a reply to Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
Hello, It doesn't mean dirname( WP_CONTENT_DIR ) . '/wp-admin' always gives the right path among… -
Posted a reply to Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
Hello, If you want to use certain functions and classes such as dbDelta() and WP_List_Table… -
Created a topic, Reliable way to Include files under the wp-admin directory, on the site WordPress.org Forums:
Hi there, What would be the reliable way to include f… -
Posted a reply to Way to avoid being blocked by ad-blocker, on the site WordPress.org Forums:
Thanks for the clarification! -
Posted a reply to Way to avoid being blocked by ad-blocker, on the site WordPress.org Forums:
Thank you for the very clear instruction. I get an impression that it's quite complicated… -
Created a topic, Showing custom oEmbed preview outputs in Gutenberg, on the site WordPress.org Forums:
Hi there, I'm trying to display custom oEmbed preview… -
Posted a reply to WP_Query: retrieve posts of publish and private of the logged-in user, on the site WordPress.org Forums:
Wait, I was testing with the administrator privilege. When I test with the subscriber user… -
Posted a reply to WP_Query: retrieve posts of publish and private of the logged-in user, on the site WordPress.org Forums:
Ah, When I test it with a logged-in user, actually the generated query is like… -
Posted a reply to WP_Query: retrieve posts of publish and private of the logged-in user, on the site WordPress.org Forums:
Hi, So do you mean you have to manually write a SQL query? It is… -
Created a topic, WP_Query: retrieve posts of publish and private of the logged-in user, on the site WordPress.org Forums:
Hi there, I'm wondering if there is a way to perform … -
Created a topic, Way to avoid being blocked by ad-blocker, on the site WordPress.org Forums:
Hi there, By reading this discussion, the "piwik.php"… -
Created a topic, Rules broke with sites with sub-directory installation, on the site WordPress.org Forums:
Hi there, Recently I have updated the plugin to the l… -
Posted a reply to Misleading doc-block description for the current_time() $gmt parameter, on the site WordPress.org Forums:
Wait, Greenwich Mean Time might mean the time without any offsets. In that case, it's… -
Created a topic, Misleading doc-block description for the current_time() $gmt parameter, on the site WordPress.org Forums:
Hi there, I'd like to point out the doc-block descrip… -
Posted a reply to Default sorting posts of custom post types with the `hierarchical`, on the site WordPress.org Forums:
Ops, I said the opposite. You're right: to list posts in the order that latest… -
Posted a reply to Default sorting posts of custom post types with the `hierarchical`, on the site WordPress.org Forums:
To list posts by the order they are created. Even pages are sorted in that… -
Created a topic, Default sorting posts of custom post types with the `hierarchical`, on the site WordPress.org Forums:
Hi there, Custom post types with the hierarchical arg… -
Posted a reply to Hierarchical option changes the default sort order in the All Posts table view, on the site WordPress.org Forums:
I tested with manual coding and it seems that it's not your plugin but the… -
Created a topic, Broken comment reply links, on the site WordPress.org Forums:
Hi there, I'm just reporting that after activating th… -
Posted a reply to robots.txt shows 404, on the site WordPress.org Forums:
That's nice to hear. You too have a nice day! -
Posted a reply to robots.txt shows 404, on the site WordPress.org Forums:
Never mind. The site is installed in a sub-directory. In that case, the robot.txt cannot… -
Created a topic, robots.txt shows 404, on the site WordPress.org Forums:
Hi there, I'm wondering if the plugin is configured p… -
Created a topic, Hierarchical option changes the default sort order in the All Posts table view, on the site WordPress.org Forums:
Hi there, I've come across an issue that the default … -
Created a topic, This should be built-in to core, on the site WordPress.org Forums:
Works just fine even after 8 yeas from the release. I… -
Posted a reply to Database tables are not installed, on the site WordPress.org Forums:
Suggestions: maybe, in a future version, 1. add a check if the server supports InnoDB… -
Posted a reply to Database tables are not installed, on the site WordPress.org Forums:
OK, solved. There was a line in the MySQL configuration file. skip-innodb Changed it to… -
Posted a reply to Database tables are not installed, on the site WordPress.org Forums:
After enabling the debug mode, I get the following in the debug.log. [04-Dec-2019 17:13:37 UTC]… -
Created a topic, Database tables are not installed, on the site WordPress.org Forums:
Hi there, I just installed the plugin on my local tes… -
Created ticket #48861 on Core Trac:
Twenty Seventeen inserts an empty .entry-footer content for custom ... -
Created a topic, Not working well with posts with page breaks, on the site WordPress.org Forums:
Hi, Nice plugin. I came across an issue that the tab… -
Posted a reply to A non-numeric value encountered in, on the site WordPress.org Forums:
It is a known bug with the outdated SimplePie library incompatible with PHP 7.1 or… -
Created ticket #46465 on Core Trac:
Implement logic that performs PHP code after connection with client is ... -
Posted a reply to Why WordPress doesnt have SVN mirror on GitHub, on the site WordPress.org Forums:
There is another mirror. Recently, I wanted to find plugins that use a particular library.… -
Posted a reply to Query posts with a meta key of post ID whose post no longer exists, on the site WordPress.org Forums:
Figured it! SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_postmeta AS mt ON ( wp_posts.ID… -
Posted a reply to Query posts with a meta key of post ID whose post no longer exists, on the site WordPress.org Forums:
Ah, actually it doesn't check whether the shop post exists or not, which is required.… -
Created a topic, Query posts with a meta key of post ID whose post no longer exists, on the site WordPress.org Forums:
Hi there, I'm looking for an efficient way to query p… -
Posted a reply to Programmatically Clone Discount Code, on the site WordPress.org Forums:
It was helpful. Thank you! -
Created a topic, Programmatically Clone Discount Code, on the site WordPress.org Forums:
Hi, I'm trying to copy(clone) existing discount codes… -
Posted a reply to Callback called twice when method name and class name is same, on the site WordPress.org Forums:
Oh, I see. Thank you! -
Created a topic, Callback called twice when method name and class name is same, on the site WordPress.org Forums:
Hi, I just came across an issue that added callbacks … -
Created a topic, So Good, on the site WordPress.org Forums:
I have to say this is fantastic! Pros: - Got rid of p… -
Created a topic, Determine whether current page does not render the theme outputs, on the site WordPress.org Forums:
Hi there, I'm wondering what would be a good way to d… -
Posted a reply to WP_UnitTestCase::tearDownAfterClass() -> “mysqli_query(): Couldn’t fetch mysqli”, on the site WordPress.org Forums:
Thanks for your insight. I was using Codeception to run tests and it seems that… -
Created a topic, WP_UnitTestCase::tearDown() causes “mysqli_query(): Couldn’t fetch mysqli”, on the site WordPress.org Forums:
Hi there, I've been getting an error with the test to…