pixelspokefitz
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Enable Media Replace] Feature Request: Schedule Media ReplacementVery interesting. I will run it by the team and see if we can get a pull request together.
Forum: Plugins
In reply to: [Enable Media Replace] Feature Request: Schedule Media ReplacementThank you for passing it along!
Ah, turns out the free version no longer supports the Classic Editor.
Ok! Sounds good, Bruce. I will shoot them an email.
Forum: Plugins
In reply to: [Public Post Preview] Link expires despite adding code to extendHi @squeebo, I am facing the same issue, despite the code:
function custom_public_preview_life() { return 60 * 60 * 24 * 365 * 10; // 10 years } add_filter( 'ppp_nonce_life', 'custom_public_preview_life' );
Did you find any solution?
Thanks in advance.Sorry, it turned out that it was an error in my code unrelated to the plugin. I should have closed this out a while ago, but thank you for your reply.
Just as a follow up on my debugging progress
$query = new SimpleHistoryLogQuery(); $query_args = array( 'paged' => 1, 'posts_per_page' => 3000, ); $events = $query->query($query_args);
returns
[21-Oct-2019 20:54:01 UTC] $events [21-Oct-2019 20:54:01 UTC] Array ( [total_row_count] => 0 [pages_count] => 0 [page_current] => 1 [page_rows_from] => 1 [page_rows_to] => 0 [max_id] => 0 [min_id] => 0 [log_rows_count] => 0 [log_rows] => Array ( ) )
When it should return a set of events that I am seeing in the database
Viewing 7 replies - 1 through 7 (of 7 total)