-
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
ok, i see the plugin cant work before 6.1.0, its marked on the documentation, the… -
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
Sorry for the delay, but too much project. Today, i return to this block in… -
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
register_block_type( __DIR__ . '/build/leaflet-map-block', [ 'render_callback' => function($block_attributes, $content ) { $attributes = $block_attributes; include_once… -
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
Hello, I try also, download the twenty theme, move all plugin and mu-plugins, and no… -
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
I use our theme . I download twenty and same thing. But in the content… -
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
I'm on a multisite wordpress WordPress 5.9.3. I try the 2.2.1 and 3.0.0 version of… -
Posted a reply to Plugin work ?, on the site WordPress.org Forums:
Thanks for the quickly answer. But for the moment, i test this plugin and after… -
Created a topic, Plugin work ?, on the site WordPress.org Forums:
Hello, sorry for my english. I just download this p… -
Posted a reply to Use lite mode, on the site WordPress.org Forums:
Right -
Posted a reply to Use lite mode, on the site WordPress.org Forums:
Hello @mateuszgbiorczyk , Our probleme on my site is "I cant save option in administration… -
Created a topic, Use lite mode, on the site WordPress.org Forums:
Hello, I want to use the lite mode on my dev site but … -
Posted a reply to Ne fonctionne pas en multi-site, on the site WordPress.org Forums:
le correctif fonctionne bien chez moi. -
Posted a reply to Ne fonctionne pas en multi-site, on the site WordPress.org Forums:
function bawmpo_allow_editor_manage_privacy_options( $caps, $cap, $user_id, $args ) { if ( 'manage_privacy_options' === $cap ) {… -
Posted a reply to Widget shows only title of widget in menu, on the site WordPress.org Forums:
hi, can you tell me the solution used ? Because, i have the same problem… -
Posted a reply to custom Templates problem, on the site WordPress.org Forums:
in kebo-twitter-list.php you should use this code : <?php $tweets = kebo_twitter_get_tweets(); ?> <?php $i…