Profiles

  • Member Since: December 7th, 2017
  • Find me on:
  • Created a topic, не работает, on the site WordPress.org Forums:
    Установил плагин, настроил по…

  • Created a topic, Не показывает ничего, on the site WordPress.org Forums:
    Плагин не работает, установил…

  • Posted a reply to Want to apply different custom single post page templates in a single site, on the site WordPress.org Forums:
    You need something specify that this post belongs to one type and other to other…

  • Posted a reply to External AJAX request, on the site WordPress.org Forums:
    1. you must determine ajax action something like this add_action( 'wp_ajax_'.'my_action', 'my_action' ); add_action( 'wp_ajax_nopriv_'.'my_action',…

  • Posted a reply to How to retrieve post status using rest API?, on the site WordPress.org Forums:
    it seem wordpress doesn't support REST for status parameter. Might be you can add status…

  • Posted a reply to Where to locate plugin data files?, on the site WordPress.org Forums:
    I sometimes use directory where plugin constants self. You can use too. In root folder…

  • Posted a reply to How to use namespaces with wp plugins, on the site WordPress.org Forums:
    I do in class namespace nameOfNamespace and use the same classes for all next classes,…

  • Posted a reply to save_post hood fire when press button add new, on the site WordPress.org Forums:
    I did this code: add_action('save_post', 'save_posta', 2, 10); function save_posta($post_id, $post, $update){ echo $post_id; if…

  • Created a topic, save_post hood fire when press button add new, on the site WordPress.org Forums:
    Hi! I created hook 'save_post' and hang my function on…

  • Posted a reply to How to use namespaces with wp plugins, on the site WordPress.org Forums:
    I did it <?php /** Plugin Name: ks-highlight-js Description: Description Plugin URI: http://kselax.ru Author: Author…

  • Posted a reply to How to create shortcode in class, on the site WordPress.org Forums:
    it's all in one class, if you have big plugin it won't useful. for shortcode…

  • Created a topic, How to use namespaces with wp plugins, on the site WordPress.org Forums:
    Hi! I created class Includes.php in theme and created …

  • Posted a reply to How to create shortcode in class, on the site WordPress.org Forums:
    I think when we create class shortcode we should do two initialization at first for…

  • Created a topic, How to create shortcode in class, on the site WordPress.org Forums:
    Hi! I'm trying to create shortcode in class, using OOP…

  • Posted a reply to How correctly define paths for wp plugins, on the site WordPress.org Forums:
    Ok, Thanks, I haven't read yet that code, but I'll do...

  • Posted a reply to How correctly define paths for wp plugins, on the site WordPress.org Forums:
    I've already seen it, I want other structure where will folder with classes that I'll…

  • Posted a reply to How correctly define paths for wp plugins, on the site WordPress.org Forums:
    I'm going to do it OOP style, but there only one example and file structure…

  • Created a topic, How correctly define paths for wp plugins, on the site WordPress.org Forums:
    Hi! Before I did one plugin where I'd defined paths l…

  • Posted a reply to dynamic cache doesn’t work, on the site WordPress.org Forums:
    differences between file that provide with plugin and that is in faq http://prntscr.com/hmglke

  • Posted a reply to dynamic cache doesn’t work, on the site WordPress.org Forums:
    I've found why it didn't work Test code from plugin comes with reference &$cachedata function…

  • Posted a reply to dynamic cache doesn’t work, on the site WordPress.org Forums:
    this is file dynamic-test-cache.php <?php /* * On the Advanced Settings page enable "Enable dynamic…

  • Posted a reply to dynamic cache doesn’t work, on the site WordPress.org Forums:
    when I show all errors I didn't see errors, this is screen http://prntscr.com/hmfgjz How force…

  • Posted a reply to dynamic cache doesn’t work, on the site WordPress.org Forums:
    I changed this line define( 'DYNAMIC_CACHE_TEST_TAG', 'kkk' ); // Change this to a secret placeholder…

  • Created a topic, dynamic cache doesn’t work, on the site WordPress.org Forums:
    Hi! I want to use dynamic cash, have made all like was…

  • Posted a reply to WP SuperCash doesn’t cash only main page, on the site WordPress.org Forums:
    I've solved it. just forget on server turn on mode rewrite for virtual host. There…

  • Created a topic, WP SuperCash doesn’t cash only main page, on the site WordPress.org Forums:
    Hi! I've installed wpsupercash on my site and it only …