From 0e1591a9c721c049b5b9d817a658edab32fb5a5c Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 5 Jun 2023 15:49:22 +0300 Subject: [PATCH] - added new hookdoc; --- .github/hookdoc-tmpl/static/styles-um.css | 5 +++-- readme.txt | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/hookdoc-tmpl/static/styles-um.css b/.github/hookdoc-tmpl/static/styles-um.css index ed86c3c8..2d2a06a4 100644 --- a/.github/hookdoc-tmpl/static/styles-um.css +++ b/.github/hookdoc-tmpl/static/styles-um.css @@ -92,7 +92,8 @@ footer { } .prettyprint code { + font-size: 16px; padding: 2px 10px; - line-height: 16px; - height: 16px; + line-height: 18px; + max-height: 150px; } diff --git a/readme.txt b/readme.txt index 312d97e6..8d03623a 100644 --- a/readme.txt +++ b/readme.txt @@ -96,9 +96,9 @@ If you're a developer and would like to contribute to the source code of the plu Want to add a new language to Ultimate Member? Great! You can contribute via [translate.wordpress.org](https://translate.wordpress.org/projects/wp-plugins/ultimate-member). -If you are a developer and you need to know the list of UM Hooks, make this via our [Hooks Documentation](https://docs.ultimatemember.com/article/1324-hooks-list). +If you are a developer and you need to know the list of UM Hooks, make this via our [Hooks Documentation](https://docs.ultimatemember.com/article/1324-hooks-list) or [Hooks Documentation v2](https://ultimatemember.github.io/ultimatemember/hooks/). -If you are a developer and you need to know the structure of our code, make this via our [Documentation API](https://ultimatemember.com/php-docs/). +If you are a developer and you need to know the structure of our code, make this via our [Documentation API](https://ultimatemember.github.io/ultimatemember/phpdoc/). = Documentation & Support =