vitoralmeida
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] PHP Notice with WP_HTTP_BLOCK_EXTERNAL enableHey Frank!
Thanks for your very fast response and solution.
I tested locally and everything going nice now, but i can’t use this code because our project is based on composer dependencies (including wp plugins, throuthg https://packagist.org/ and https://wpackagist.org/), considering that i will wait for oficial release.Before open this topic, i did this code, and contrasting to yours i set the status to down, because this domains are blocked too. What you think about this difference?
add_filter('pre_option_autoptimize_service_availablity', function() { return [ 'extra_imgopt' => [ 'status' => 'down', 'hosts' => [ 1 => 'https://cdn.shortpixel.ai/' ], 'launch-threshold' => '4096' ], 'critcss' => [ 'status' => 'down', 'hosts' => [ 1 => 'https://criticalcss.com/' ] ] ]; });
- This reply was modified 3 years, 5 months ago by vitoralmeida.
Forum: Plugins
In reply to: [Secondary Title] .git folder commited in version 2.0.8Now we are good at mirror ??
Forum: Plugins
In reply to: [Secondary Title] .git folder commited in version 2.0.8Hey! Thanks for replying asap!
Currently im using composer to manage my plugins and other dependencies with official repo packagist and the mirror from wordpress’s svn: https://wpackagist.org/search?q=secondary-title&type=any&search=
May be its take some hours to update there (your plugin are comming from wpackgist). In the while i installed package “topfloor/composer-cleanup-vcs-dirs” to remove vcs folders after any install or update command.
Your repo on gitlab have a composer.json, are you thinking in publishing your project at packagist? If yes, you could add “type” : “wordpress-plugin” to your composer.json?
If something new idea comes i will contribute with your repo on gitlab ??
Thanks again!`
- This reply was modified 3 years, 5 months ago by vitoralmeida.
Forum: Plugins
In reply to: [Simple Custom Post Order] Simple Custom Post Order HookHello !
Its possible to send more information at do_action(‘scp_update_menu_order’) ?
Example:
– screen (get_current_screen used in after_edit_post hook for example.
– post typeWithout any information about posts i needed to get the first ID in order param to get_post and them discover the post_type in case.
Forum: Plugins
In reply to: [Search Meter] Please test with WP 5.2.2up