Title: Bilal TAS's Replies | WordPress.org

---

# Bilal TAS

  [  ](https://wordpress.org/support/users/bilaltas/)

 *   [Profile](https://wordpress.org/support/users/bilaltas/)
 *   [Topics Started](https://wordpress.org/support/users/bilaltas/topics/)
 *   [Replies Created](https://wordpress.org/support/users/bilaltas/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/bilaltas/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/bilaltas/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/bilaltas/engagements/)
 *   [Favorites](https://wordpress.org/support/users/bilaltas/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 61 total)

1 [2](https://wordpress.org/support/users/bilaltas/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bilaltas/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/bilaltas/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/bilaltas/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/bilaltas/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Codekit pro custom code items has loading problems](https://wordpress.org/support/topic/codekit-pro-custom-code-items-has-loading-problems/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/codekit-pro-custom-code-items-has-loading-problems/#post-18758193)
 * Looks like it’s been fixed on the new version, can you please check & confirm
   it?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Codekit pro custom code items has loading problems](https://wordpress.org/support/topic/codekit-pro-custom-code-items-has-loading-problems/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/codekit-pro-custom-code-items-has-loading-problems/#post-18757836)
 * Thanks [@normanwebchimp](https://wordpress.org/support/users/normanwebchimp/).
 * I’m unable to see the whole query there. Can you please copy and paste here if
   there isn’t anything confidential in it?
 * And, is it a clean installation or did you remove everything in a used installation
   to test?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Codekit pro custom code items has loading problems](https://wordpress.org/support/topic/codekit-pro-custom-code-items-has-loading-problems/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [7 months, 3 weeks ago](https://wordpress.org/support/topic/codekit-pro-custom-code-items-has-loading-problems/#post-18756053)
 * Hi [@normanwebchimp](https://wordpress.org/support/users/normanwebchimp/), it
   doesn’t look normal. While you’re saving, are there any PHP custom script that
   can cause this? And, can you please also check what makes it slow using [Query Monitor](https://wordpress.org/plugins/query-monitor/)?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] shortcut in editor](https://wordpress.org/support/topic/shortcut-in-editor/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/shortcut-in-editor/#post-18620735)
 * Hey [@maretino](https://wordpress.org/support/users/maretino/), I’m unable to
   test it with that OS and browser at the moment. But I can confirm it works on
   Mac with “Shift + Option + >” keys.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] PHP custom code is not loaded during AJAX requests](https://wordpress.org/support/topic/php-custom-code-is-not-loaded-during-ajax-requests/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/php-custom-code-is-not-loaded-during-ajax-requests/#post-18620730)
 * Hey [@yoancutillas](https://wordpress.org/support/users/yoancutillas/), thanks
   a lot for your contributions. The both recommendations have been deployed with
   2.3.92 version.
 * [https://wordpress.org/plugins/custom-codes/#developers](https://wordpress.org/plugins/custom-codes/#developers)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Refund Please](https://wordpress.org/support/topic/refund-please-11/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [11 months, 2 weeks ago](https://wordpress.org/support/topic/refund-please-11/#post-18619413)
 * Hi [@rahulv3a](https://wordpress.org/support/users/rahulv3a/), understood your
   concerns and noted for the future releases. Your refund has been issued.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] PHP custom code is not loaded during AJAX requests](https://wordpress.org/support/topic/php-custom-code-is-not-loaded-during-ajax-requests/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/php-custom-code-is-not-loaded-during-ajax-requests/#post-18467446)
 * Hi Yuan, thanks for your feedback and contribution 🙏
 * Yes, you’re right. It’s now not able to add custom codes for AJAX requests. But
   the current condition is to prevent breaking the CodeKit editor saving when someone
   writes some PHP with error(s).
 * Not to miss both benefits, looks like we need to identify “CODEKIT_DOING_AJAX”
   definition to use directly in the existing condition. We’ll only change “DOING_AJAX”
   as “CODEKIT_DOING_AJAX” there. Does that sound good to you?
 * Otherwise, if someone misses a semicolon in the editor, it will no longer save
   and site becomes down until someone fixes the file manually. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Which Sass version](https://wordpress.org/support/topic/which-sass-version/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/which-sass-version/#post-18326952)
 * It’s been updated to the latest version of [sassphp](https://github.com/scssphp/scssphp)
   package on the recent version of CodeKit (2.3.9)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] plugin with possible backdoor](https://wordpress.org/support/topic/plugin-with-possible-backdoor/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/plugin-with-possible-backdoor/#post-18326948)
 * Hi [@ryanvl](https://wordpress.org/support/users/ryanvl/), thank you for informing.
   Let me ask a few questions to investigate:
    1. Is there any infected Custom Functions created by CodeKit? Can you please check
       all the .php files in /wp-content/custom_codes/ folder? If so, once the plugin
       is activated, they are becoming active and starts executing harmful codes from
       there. An attacker may use this method to execute a malicious code if they gained
       admin access.
    2. Which version of CodeKit you noticed the malicious action on?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Red Cross showing – meaning?](https://wordpress.org/support/topic/red-cross-showing-meaning/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/red-cross-showing-meaning/#post-17743958)
 * I don’t think it’s related to the CodeKit PRO installation. Yes, having only 
   the PRO one is correct way to use it.
 * CodeKit directly adds code to the related WordPress’ section queue, so there’s
   no need to determine any connection between those. Which is already done by the
   plugin.
 * Weird thing is, the current Code ID and imported file ID is different in your
   screenshot. Those must be the same. Is this still the same if you create one 
   more Code with the same SCSS codes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Red Cross showing – meaning?](https://wordpress.org/support/topic/red-cross-showing-meaning/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/red-cross-showing-meaning/#post-17736745)
 * How did you take the codes from the other site? Import/Export tool or manual 
   moving?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Red Cross showing – meaning?](https://wordpress.org/support/topic/red-cross-showing-meaning/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/red-cross-showing-meaning/#post-17736558)
 * Hi [@aeronetwork](https://wordpress.org/support/users/aeronetwork/), can you 
   please share me the screenshot of the code you’re trying to save if you don’t
   mind? And, once you reload the page, does the changes in the editor persist even
   though you get the error message after saving?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] PHP code showing as text](https://wordpress.org/support/topic/php-code-showing-as-text/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/php-code-showing-as-text/#post-17721468)
 * Hi [@pzh20](https://wordpress.org/support/users/pzh20/),
 * Yes, you need to start with PHP tags as follows:
 * > <?php
   >  your php codes here…
 * That is because someone might need to add some HTML codes with PHP codes in it.
   That’s why starting with opening PHP tag is optional according to usage scenario.
 * I hope this answers your questions.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] Activate Revisions](https://wordpress.org/support/topic/activate-revisions/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/activate-revisions/#post-16986955)
 * Hi [@ostii](https://wordpress.org/support/users/ostii/), this is exactly one 
   of our features that we are going to develop for the CodeKit PRO soon. Yes, this
   is really helpful feature to be able to rollback.
 * The reason that snippet you wrote is not working directly is CodeKit’s currently
   working fully file based. Which means, it does not record the codes to the database
   to be able to receive the code changes by source control management systems like
   Git.
 * Once that feature is ready to use, you’ll be notified. 
   Thanks for your great
   feedback [@ostii](https://wordpress.org/support/users/ostii/)!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[CodeKit - Custom Codes Editor] quick questions on codekit](https://wordpress.org/support/topic/quick-questions-on-codekit/)
 *  Plugin Author [Bilal TAS](https://wordpress.org/support/users/bilaltas/)
 * (@bilaltas)
 * [3 years ago](https://wordpress.org/support/topic/quick-questions-on-codekit/#post-16919543)
 * Hi [@mrosfy](https://wordpress.org/support/users/mrosfy/), thanks a lot for these
   valuable feedback!
    1. Yeah, you’re totally right and it’s exactly in our roadmap. You’ll receive an
       update related to this as soon as it’s developed.
    2. You’re right, it’s being enqueued to every page by default. However, you can
       choose any location(by page, post, category, archive, template, …) for any code
       with [PRO version](https://www.codekitwp.com/features#comparison) of CodeKit.
       So, you won’t have to dequeue every time you add a code.
    3. Well, there’s also a feature exactly for this. It’s the “[Code Includes](https://www.codekitwp.com/features)”
       PRO feature. You can simply put your codes in any folder you want (I would prefer
       wp-content/custom_codes/<folder_name/…) Then, you can include any file or URL
       into any code from the “Includes” section of the code editing page.

Viewing 15 replies - 1 through 15 (of 61 total)

1 [2](https://wordpress.org/support/users/bilaltas/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/bilaltas/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/bilaltas/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/bilaltas/replies/page/5/?output_format=md)
[→](https://wordpress.org/support/users/bilaltas/replies/page/2/?output_format=md)