CustomEasy

설명

Tiny plugin allowing you to write code directly in website’s head and/or footer. Insert code globally or specifically for single pages / posts / etc

Features also a syntax highlighter (ACE) editor, to code faster and safer.

NOTE:

No support provided

스크린샷

  • Global codes
  • Single page codes

설치

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. A new metabox will be added in every public post type
  4. Otherwise in “Appearance -> CustomEasy” admin menu you can write code globally

FAQ

Q: How code is inserted in my website?
A: “head” code will be inserted in head HTML tags through wp_head action while “footer” is added through wp_footer action

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“CustomEasy”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “CustomEasy”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.2

Minor changes and WP 6.7 compatibility declaration

1.0.1

Fixed slashes management in code editors

1.0

Initial release