Changeset 3375997
- Timestamp:
- 10/09/2025 09:51:04 PM (6 months ago)
- Location:
- pe-category-filter
- Files:
-
- 156 added
- 6 edited
-
assets (added)
-
trunk/.editorconfig (modified) (1 diff)
-
trunk/LICENSE (modified) (3 diffs)
-
trunk/assets (added)
-
trunk/assets/css (added)
-
trunk/assets/css/admin.css (added)
-
trunk/assets/css/admin.min.css (added)
-
trunk/assets/js (added)
-
trunk/assets/js/admin.js (added)
-
trunk/assets/js/admin.min.js (added)
-
trunk/languages (added)
-
trunk/languages/pe-category-filter.pot (added)
-
trunk/pe-category-filter.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/screenshot-1.png (modified) (previous)
-
trunk/screenshot-2.png (modified) (previous)
-
trunk/screenshot-3.png (added)
-
trunk/screenshot-4.png (added)
-
trunk/src (added)
-
trunk/src/Admin (added)
-
trunk/src/Admin/SettingsPage.php (added)
-
trunk/src/Admin/views (added)
-
trunk/src/Admin/views/settings-page.php (added)
-
trunk/src/Core (added)
-
trunk/src/Core/Constants.php (added)
-
trunk/src/Core/Container.php (added)
-
trunk/src/Core/Plugin.php (added)
-
trunk/src/Filters (added)
-
trunk/src/Filters/CategoryFilter.php (added)
-
trunk/src/Interfaces (added)
-
trunk/src/Interfaces/SettingsRepositoryInterface.php (added)
-
trunk/src/Performance (added)
-
trunk/src/Performance/PerformanceMonitor.php (added)
-
trunk/src/Repositories (added)
-
trunk/src/Repositories/SettingsRepository.php (added)
-
trunk/src/WordPress (added)
-
trunk/src/WordPress/WordPressIntegration.php (added)
-
trunk/vendor (added)
-
trunk/vendor/autoload.php (added)
-
trunk/vendor/composer (added)
-
trunk/vendor/composer/ClassLoader.php (added)
-
trunk/vendor/composer/InstalledVersions.php (added)
-
trunk/vendor/composer/LICENSE (added)
-
trunk/vendor/composer/autoload_classmap.php (added)
-
trunk/vendor/composer/autoload_namespaces.php (added)
-
trunk/vendor/composer/autoload_psr4.php (added)
-
trunk/vendor/composer/autoload_real.php (added)
-
trunk/vendor/composer/autoload_static.php (added)
-
trunk/vendor/composer/installed.json (added)
-
trunk/vendor/composer/installed.php (added)
-
trunk/vendor/composer/installers (added)
-
trunk/vendor/composer/installers/.github (added)
-
trunk/vendor/composer/installers/.github/workflows (added)
-
trunk/vendor/composer/installers/.github/workflows/continuous-integration.yml (added)
-
trunk/vendor/composer/installers/.github/workflows/lint.yml (added)
-
trunk/vendor/composer/installers/.github/workflows/phpstan.yml (added)
-
trunk/vendor/composer/installers/LICENSE (added)
-
trunk/vendor/composer/installers/composer.json (added)
-
trunk/vendor/composer/installers/src (added)
-
trunk/vendor/composer/installers/src/Composer (added)
-
trunk/vendor/composer/installers/src/Composer/Installers (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/AglInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/AkauntingInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/BotbleInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ConcreteCMSInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ForkCMSInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/GravInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/Installer.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MatomoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PantheonInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/Plugin.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ProcessWireInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/StarbugInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php (added)
-
trunk/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php (added)
-
trunk/vendor/composer/installers/src/bootstrap.php (added)
-
trunk/vendor/composer/platform_check.php (added)
Legend:
- Unmodified
- Added
- Removed
-
pe-category-filter/trunk/.editorconfig
r2268789 r3375997 1 # http://editorconfig.org 1 # EditorConfig is awesome: https://EditorConfig.org 2 3 # top-most EditorConfig file 2 4 root = true 3 5 6 # All files 4 7 [*] 5 8 charset = utf-8 6 indent_style = space7 indent_size = 48 9 end_of_line = lf 9 10 insert_final_newline = true 10 11 trim_trailing_whitespace = true 12 indent_style = space 13 indent_size = 4 11 14 12 [**.js] 13 quote_type = single 14 curly_bracket_next_line = false 15 spaces_around_operators = true 16 space_after_control_statements = true 17 space_after_anonymous_functions = true 18 spaces_in_brackets = false 15 # PHP files (using spaces for better developer experience) 16 [*.php] 17 indent_style = space 18 indent_size = 4 19 19 20 [**.json] 20 # JavaScript files 21 [*.{js,jsx}] 22 indent_style = space 21 23 indent_size = 2 22 quote_type = single23 curly_bracket_next_line = false24 spaces_around_operators = true25 space_after_control_statements = true26 space_after_anonymous_functions = true27 spaces_in_brackets = false28 24 29 [**.yml] 30 indent_size = 4 25 # CSS files 26 [*.css] 27 indent_style = space 28 indent_size = 2 29 30 # JSON files 31 [*.json] 32 indent_style = space 33 indent_size = 2 34 35 # YAML files 36 [*.{yml,yaml}] 37 indent_style = space 38 indent_size = 2 39 40 # Markdown files 41 [*.md] 42 trim_trailing_whitespace = false 43 44 # Composer files 45 [composer.json] 46 indent_style = space 47 indent_size = 2 48 49 # Package files 50 [package.json] 51 indent_style = space 52 indent_size = 2 -
pe-category-filter/trunk/LICENSE
r1743524 r3375997 1 GNU GENERAL PUBLIC LICENSE2 Version 2, June 19911 GNU GENERAL PUBLIC LICENSE 2 Version 2, June 1991 3 3 4 Copyright (C) 1989, 1991 Free Software Foundation, Inc., <http://fsf.org/> 5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301USA6 Everyone is permitted to copy and distribute verbatim copies7 of this license document, but changing it is not allowed.4 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 5 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 6 Everyone is permitted to copy and distribute verbatim copies 7 of this license document, but changing it is not allowed. 8 8 9 Preamble 9 [This is the first released version of the GPL. It is numbered 2 because version 1 was used for the original GPL.] 10 10 11 The licenses for most software are designed to take away your 12 freedom to share and change it. By contrast, the GNU General Public 13 License is intended to guarantee your freedom to share and change free 14 software--to make sure the software is free for all its users. This 15 General Public License applies to most of the Free Software 16 Foundation's software and to any other program whose authors commit to 17 using it. (Some other Free Software Foundation software is covered by 18 the GNU Lesser General Public License instead.) You can apply it to 19 your programs, too. 11 Preamble 20 12 21 When we speak of free software, we are referring to freedom, not 22 price. Our General Public Licenses are designed to make sure that you 23 have the freedom to distribute copies of free software (and charge for 24 this service if you wish), that you receive source code or can get it 25 if you want it, that you can change the software or use pieces of it 26 in new free programs; and that you know you can do these things. 13 The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. This General Public License applies to most of the Free Software Foundation's software and to any other program whose authors commit to using it. (Some other Free Software Foundation software is covered by the GNU Lesser General Public License instead.) You can apply it to your programs, too. 27 14 28 To protect your rights, we need to make restrictions that forbid 29 anyone to deny you these rights or to ask you to surrender the rights. 30 These restrictions translate to certain responsibilities for you if you 31 distribute copies of the software, or if you modify it. 15 When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for this service if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. 32 16 33 For example, if you distribute copies of such a program, whether 34 gratis or for a fee, you must give the recipients all the rights that 35 you have. You must make sure that they, too, receive or can get the 36 source code. And you must show them these terms so they know their 37 rights. 17 To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. 38 18 39 We protect your rights with two steps: (1) copyright the software, and 40 (2) offer you this license which gives you legal permission to copy, 41 distribute and/or modify the software. 19 For example, if you distribute copies of such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. 42 20 43 Also, for each author's protection and ours, we want to make certain 44 that everyone understands that there is no warranty for this free 45 software. If the software is modified by someone else and passed on, we 46 want its recipients to know that what they have is not the original, so 47 that any problems introduced by others will not reflect on the original 48 authors' reputations. 21 We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. 49 22 50 Finally, any free program is threatened constantly by software 51 patents. We wish to avoid the danger that redistributors of a free 52 program will individually obtain patent licenses, in effect making the 53 program proprietary. To prevent this, we have made it clear that any 54 patent must be licensed for everyone's free use or not licensed at all. 23 Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. 55 24 56 The precise terms and conditions for copying, distribution and 57 modification follow. 25 Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all. 58 26 59 GNU GENERAL PUBLIC LICENSE 60 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 27 The precise terms and conditions for copying, distribution and modification follow. 61 28 62 0. This License applies to any program or other work which contains 63 a notice placed by the copyright holder saying it may be distributed 64 under the terms of this General Public License. The "Program", below, 65 refers to any such program or work, and a "work based on the Program" 66 means either the Program or any derivative work under copyright law: 67 that is to say, a work containing the Program or a portion of it, 68 either verbatim or with modifications and/or translated into another 69 language. (Hereinafter, translation is included without limitation in 70 the term "modification".) Each licensee is addressed as "you". 29 TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 71 30 72 Activities other than copying, distribution and modification are not 73 covered by this License; they are outside its scope. The act of 74 running the Program is not restricted, and the output from the Program 75 is covered only if its contents constitute a work based on the 76 Program (independent of having been made by running the Program). 77 Whether that is true depends on what the Program does. 31 0. This License applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any derivative work under copyright law: that is to say, a work containing the Program or a portion of it, either verbatim or with modifications and/or translated into another language. (Hereinafter, translation is included without limitation in the term "modification".) Each licensee is addressed as "you". 78 32 79 1. You may copy and distribute verbatim copies of the Program's 80 source code as you receive it, in any medium, provided that you 81 conspicuously and appropriately publish on each copy an appropriate 82 copyright notice and disclaimer of warranty; keep intact all the 83 notices that refer to this License and to the absence of any warranty; 84 and give any other recipients of the Program a copy of this License 85 along with the Program. 33 Activities other than copying, distribution and modification are not covered by this License; they are outside its scope. The act of running the Program is not restricted, and the output from the Program is covered only if its contents constitute a work based on the Program (independent of having been made by running the Program). Whether that is true depends on what the Program does. 86 34 87 You may charge a fee for the physical act of transferring a copy, and 88 you may at your option offer warranty protection in exchange for a fee. 35 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this License and to the absence of any warranty; and give any other recipients of the Program a copy of this License along with the Program. 89 36 90 2. You may modify your copy or copies of the Program or any portion 91 of it, thus forming a work based on the Program, and copy and 92 distribute such modifications or work under the terms of Section 1 93 above, provided that you also meet all of these conditions: 37 You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. 94 38 95 a) You must cause the modified files to carry prominent notices 96 stating that you changed the files and the date of any change. 39 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: 97 40 98 b) You must cause any work that you distribute or publish, that in 99 whole or in part contains or is derived from the Program or any 100 part thereof, to be licensed as a whole at no charge to all third 101 parties under the terms of this License. 41 a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. 102 42 103 c) If the modified program normally reads commands interactively 104 when run, you must cause it, when started running for such 105 interactive use in the most ordinary way, to print or display an 106 announcement including an appropriate copyright notice and a 107 notice that there is no warranty (or else, saying that you provide 108 a warranty) and that users may redistribute the program under 109 these conditions, and telling the user how to view a copy of this 110 License. (Exception: if the Program itself is interactive but 111 does not normally print such an announcement, your work based on 112 the Program is not required to print an announcement.) 43 b) You must cause any work that you distribute or publish, that in whole or in part contains or is derived from the Program or any part of it, to be licensed as a whole at no charge to all third parties under the terms of this License. 113 44 114 These requirements apply to the modified work as a whole. If 115 identifiable sections of that work are not derived from the Program, 116 and can be reasonably considered independent and separate works in 117 themselves, then this License, and its terms, do not apply to those 118 sections when you distribute them as separate works. But when you 119 distribute the same sections as part of a whole which is a work based 120 on the Program, the distribution of the whole must be on the terms of 121 this License, whose permissions for other licensees extend to the 122 entire whole, and thus to each and every part regardless of who wrote it. 45 c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the most ordinary way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this License. (Exception: if the Program itself is interactive but does not normally print such an announcement, your work based on the Program is not required to print an announcement.) 123 46 124 Thus, it is not the intent of this section to claim rights or contest 125 your rights to work written entirely by you; rather, the intent is to 126 exercise the right to control the distribution of derivative or 127 collective works based on the Program. 47 These requirements apply to the modified work as a whole. If identifiable sections of that work are not derived from the Program, and can be reasonably considered independent and separate works in themselves, then this License, and its terms, do not apply to those sections when you distribute them as separate works. But when you distribute the same sections as part of a whole which is a work based on the Program, the distribution of the whole must be on the terms of this License, whose permissions for other licensees extend to the entire whole, and thus to each and every part regardless of who wrote it. 128 48 129 In addition, mere aggregation of another work not based on the Program 130 with the Program (or with a work based on the Program) on a volume of 131 a storage or distribution medium does not bring the other work under 132 the scope of this License. 49 Thus, it is not the intent of this section to claim rights or contest your rights to work written entirely by you; rather, the intent is to exercise the right to control the distribution of derivative or collective works based on the Program. 133 50 134 3. You may copy and distribute the Program (or a work based on it, 135 under Section 2) in object code or executable form under the terms of 136 Sections 1 and 2 above provided that you also do one of the following: 51 In addition, mere aggregation of another work not based on the Program with the Program (or with a work based on the Program) on a volume of a storage or distribution medium does not bring the other work under the scope of this License. 137 52 138 a) Accompany it with the complete corresponding machine-readable 139 source code, which must be distributed under the terms of Sections 140 1 and 2 above on a medium customarily used for software interchange; or, 53 3. You may copy and distribute the Program (or a work based on it, under Section 2) in object code or executable form under the terms of Sections 1 and 2 above provided that you also do one of the following: 141 54 142 b) Accompany it with a written offer, valid for at least three 143 years, to give any third party, for a charge no more than your 144 cost of physically performing source distribution, a complete 145 machine-readable copy of the corresponding source code, to be 146 distributed under the terms of Sections 1 and 2 above on a medium 147 customarily used for software interchange; or, 55 a) Accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, 148 56 149 c) Accompany it with the information you received as to the offer 150 to distribute corresponding source code. (This alternative is 151 allowed only for noncommercial distribution and only if you 152 received the program in object code or executable form with such 153 an offer, in accord with Subsection b above.) 57 b) Accompany it with a written offer, valid for at least three years, to give any third party, for a charge no more than your cost of physically performing source distribution, a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Sections 1 and 2 above on a medium customarily used for software interchange; or, 154 58 155 The source code for a work means the preferred form of the work for 156 making modifications to it. For an executable work, complete source 157 code means all the source code for all modules it contains, plus any 158 associated interface definition files, plus the scripts used to 159 control compilation and installation of the executable. However, as a 160 special exception, the source code distributed need not include 161 anything that is normally distributed (in either source or binary 162 form) with the major components (compiler, kernel, and so on) of the 163 operating system on which the executable runs, unless that component 164 itself accompanies the executable. 59 c) Accompany it with the information you received as to the offer to distribute corresponding source code. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form with such an offer, in accord with Subsection b above.) 165 60 166 If distribution of executable or object code is made by offering 167 access to copy from a designated place, then offering equivalent 168 access to copy the source code from the same place counts as 169 distribution of the source code, even though third parties are not 170 compelled to copy the source along with the object code. 61 The source code for a work means the preferred form of the work for making modifications to it. For an executable work, complete source code means all the source code for all modules it contains, plus any associated interface definition files, plus the scripts used to control compilation and installation of the executable. However, as a special exception, the source code distributed need not include anything that is normally distributed (in either source or binary form) with the major components (compiler, kernel, and so on) of the operating system on which the executable runs, unless that component itself accompanies the executable. 171 62 172 4. You may not copy, modify, sublicense, or distribute the Program 173 except as expressly provided under this License. Any attempt 174 otherwise to copy, modify, sublicense or distribute the Program is 175 void, and will automatically terminate your rights under this License. 176 However, parties who have received copies, or rights, from you under 177 this License will not have their licenses terminated so long as such 178 parties remain in full compliance. 63 If distribution of executable or object code is made by offering access to copy from a designated place, then offering equivalent access to copy the source code from the same place counts as distribution of the source code, even though third parties are not compelled to copy the source along with the object code. 179 64 180 5. You are not required to accept this License, since you have not 181 signed it. However, nothing else grants you permission to modify or 182 distribute the Program or its derivative works. These actions are 183 prohibited by law if you do not accept this License. Therefore, by 184 modifying or distributing the Program (or any work based on the 185 Program), you indicate your acceptance of this License to do so, and 186 all its terms and conditions for copying, distributing or modifying 187 the Program or works based on it. 65 4. You may not copy, modify, sublicense, or distribute the Program except as expressly provided under this License. Any attempt otherwise to copy, modify, sublicense or distribute the Program is void, and will automatically terminate your rights under this License. However, parties who have received copies, or rights, from you under this License will not have their licenses terminated so long as such parties remain in full compliance. 188 66 189 6. Each time you redistribute the Program (or any work based on the 190 Program), the recipient automatically receives a license from the 191 original licensor to copy, distribute or modify the Program subject to 192 these terms and conditions. You may not impose any further 193 restrictions on the recipients' exercise of the rights granted herein. 194 You are not responsible for enforcing compliance by third parties to 195 this License. 67 5. You are not required to accept this License, since you have not signed it. However, nothing else grants you permission to modify or distribute the Program or its derivative works. These actions are prohibited by law if you do not accept this License. Therefore, by modifying or distributing the Program (or any work based on the Program), you indicate your acceptance of this License to do so, and all its terms and conditions for copying, distributing or modifying the Program or works based on it. 196 68 197 7. If, as a consequence of a court judgment or allegation of patent 198 infringement or for any other reason (not limited to patent issues), 199 conditions are imposed on you (whether by court order, agreement or 200 otherwise) that contradict the conditions of this License, they do not 201 excuse you from the conditions of this License. If you cannot 202 distribute so as to satisfy simultaneously your obligations under this 203 License and any other pertinent obligations, then as a consequence you 204 may not distribute the Program at all. For example, if a patent 205 license would not permit royalty-free redistribution of the Program by 206 all those who receive copies directly or indirectly through you, then 207 the only way you could satisfy both it and this License would be to 208 refrain entirely from distribution of the Program. 69 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. You are not responsible for enforcing compliance by third parties to this License. 209 70 210 If any portion of this section is held invalid or unenforceable under 211 any particular circumstance, the balance of the section is intended to 212 apply and the section as a whole is intended to apply in other 213 circumstances. 71 7. If, as a consequence of a court judgment or allegation of patent infringement or for any other reason (not limited to patent issues), conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot distribute so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not distribute the Program at all. For example, if a patent license would not permit royalty-free redistribution of the Program by all those who receive copies directly or indirectly through you, then the only way you could satisfy both it and this License would be to refrain entirely from distribution of the Program. 214 72 215 It is not the purpose of this section to induce you to infringe any 216 patents or other property right claims or to contest validity of any 217 such claims; this section has the sole purpose of protecting the 218 integrity of the free software distribution system, which is 219 implemented by public license practices. Many people have made 220 generous contributions to the wide range of software distributed 221 through that system in reliance on consistent application of that 222 system; it is up to the author/donor to decide if he or she is willing 223 to distribute software through any other system and a licensee cannot 224 impose that choice. 73 If any portion of this section is held invalid or unenforceable under any particular circumstance, the balance of the section is intended to apply and the section as a whole is intended to apply in other circumstances. 225 74 226 This section is intended to make thoroughly clear what is believed to 227 be a consequence of the rest of this License. 75 It is not the purpose of this section to induce you to infringe any patents or other property right claims or to contest validity of any such claims; this section has the sole purpose of protecting the integrity of the free software distribution system, which is implemented by public license practices. Many people have made generous contributions to the wide range of software distributed through that system in reliance on consistent application of that system; it is up to the author/donor to decide if he or she is willing to distribute software through any other system and a licensee cannot impose that choice. 228 76 229 8. If the distribution and/or use of the Program is restricted in 230 certain countries either by patents or by copyrighted interfaces, the 231 original copyright holder who places the Program under this License 232 may add an explicit geographical distribution limitation excluding 233 those countries, so that distribution is permitted only in or among 234 countries not thus excluded. In such case, this License incorporates 235 the limitation as if written in the body of this License. 77 This section is intended to make thoroughly clear what is believed to be a consequence of the rest of this License. 236 78 237 9. The Free Software Foundation may publish revised and/or new versions 238 of the General Public License from time to time. Such new versions will 239 be similar in spirit to the present version, but may differ in detail to 240 address new problems or concerns. 79 8. If the distribution and/or use of the Program is restricted in certain countries either by patents or by copyrighted interfaces, the original copyright holder who places the Program under this License may add an explicit geographical distribution limitation excluding those countries, so that distribution is permitted only in or among countries not thus excluded. In such case, this License incorporates the limitation as if written in the body of this License. 241 80 242 Each version is given a distinguishing version number. If the Program 243 specifies a version number of this License which applies to it and "any 244 later version", you have the option of following the terms and conditions 245 either of that version or of any later version published by the Free 246 Software Foundation. If the Program does not specify a version number of 247 this License, you may choose any version ever published by the Free Software 248 Foundation. 81 9. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. 249 82 250 10. If you wish to incorporate parts of the Program into other free 251 programs whose distribution conditions are different, write to the author 252 to ask for permission. For software which is copyrighted by the Free 253 Software Foundation, write to the Free Software Foundation; we sometimes 254 make exceptions for this. Our decision will be guided by the two goals 255 of preserving the free status of all derivatives of our free software and 256 of promoting the sharing and reuse of software generally. 83 Each version is given a distinguishing version number. If the Program specifies a version number of this License which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of this License, you may choose any version ever published by the Free Software Foundation. 257 84 258 NO WARRANTY 85 10. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. 259 86 260 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 261 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN 262 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 263 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 264 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 265 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 266 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE 267 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 268 REPAIR OR CORRECTION. 87 NO WARRANTY 269 88 270 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 271 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 272 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 273 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 274 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 275 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 276 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 277 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 278 POSSIBILITY OF SUCH DAMAGES. 89 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 279 90 280 END OF TERMS AND CONDITIONS 91 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 281 92 282 How to Apply These Terms to Your New Programs 93 END OF TERMS AND CONDITIONS 283 94 284 If you develop a new program, and you want it to be of the greatest 285 possible use to the public, the best way to achieve this is to make it 286 free software which everyone can redistribute and change under these terms. 95 How to Apply These Terms to Your New Programs 287 96 288 To do so, attach the following notices to the program. It is safest 289 to attach them to the start of each source file to most effectively 290 convey the exclusion of warranty; and each file should have at least 291 the "copyright" line and a pointer to where the full notice is found. 97 If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. 292 98 293 {description} 294 Copyright (C) {year} {fullname} 99 To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. 100 101 <one line to give the program's name and a brief idea of what it does.> 102 Copyright (C) <year> <name of author> 295 103 296 104 This program is free software; you can redistribute it and/or modify … … 310 118 Also add information on how to contact you by electronic and paper mail. 311 119 312 If the program is interactive, make it output a short notice like this 313 when it starts in an interactive mode: 120 If the program is interactive, make it output a short notice like this when it starts in an interactive mode: 314 121 315 122 Gnomovision version 69, Copyright (C) year name of author … … 318 125 under certain conditions; type `show c' for details. 319 126 320 The hypothetical commands `show w' and `show c' should show the appropriate 321 parts of the General Public License. Of course, the commands you use may 322 be called something other than `show w' and `show c'; they could even be 323 mouse-clicks or menu items--whatever suits your program. 127 The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. 324 128 325 You should also get your employer (if you work as a programmer) or your 326 school, if any, to sign a "copyright disclaimer" for the program, if 327 necessary. Here is a sample; alter the names: 129 You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here is a sample; alter the names: 328 130 329 131 Yoyodyne, Inc., hereby disclaims all copyright interest in the program 330 132 `Gnomovision' (which makes passes at compilers) written by James Hacker. 331 133 332 {signature of Ty Coon}, 1 April 1989134 <signature of Ty Coon>, 1 April 1989 333 135 Ty Coon, President of Vice 334 136 335 This General Public License does not permit incorporating your program into 336 proprietary programs. If your program is a subroutine library, you may 337 consider it more useful to permit linking proprietary applications with the 338 library. If this is what you want to do, use the GNU Lesser General 339 Public License instead of this License. 137 This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. -
pe-category-filter/trunk/pe-category-filter.php
r2268789 r3375997 1 1 <?php 2 2 /** 3 * @package PECF (PavelEspinal Category Filter) 4 * @author Pavel Espinal 5 * @version 1.4.0 3 * PE Category Filter - Modern WordPress plugin for filtering categories 4 * 5 * @package PECF 6 * 7 * @wordpress-plugin 8 Plugin Name: PE Category Filter 9 Plugin URI: https://pavelespinal.com/wordpress-plugins-pe-category-filter/ 10 Description: Modern WordPress plugin for filtering categories from home page with enterprise-grade architecture, performance optimization, and security enhancements. Features intelligent caching and comprehensive testing. 11 Version: 2.0.0 12 Requires at least: 6.0 13 Requires PHP: 8.3 14 Author: Pavel Espinal 15 Author URI: https://pavelespinal.com/about-me/ 16 License: GPL-2.0+ 17 License URI: http://www.gnu.org/licenses/gpl-2.0.txt 6 18 */ 7 19 8 /* 9 Plugin Name: PE Category Filter 10 Plugin URI: https://github.com/jespinal/PE-Category-Filter 11 Description: This plugin filters the Categories that will show up in the front page of your website.<br/> This plugin attempts to be solid (using WP native methods) way to filter categories on Wordpress. 12 Version: 1.4.0 13 Author: J. Pavel Espinal 14 Author URI: https://www.patreon.com/pavel_espinal 15 License: GPL2 16 17 Copyright 2020 J. Pavel Espinal (email : jose@pavelespinal.com) 18 19 This program is free software; you can redistribute it and/or modify 20 it under the terms of the GNU General Public License, version 2, as 21 published by the Free Software Foundation. 22 23 This program is distributed in the hope that it will be useful, 24 but WITHOUT ANY WARRANTY; without even the implied warranty of 25 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 26 GNU General Public License for more details. 27 28 You should have received a copy of the GNU General Public License 29 along with this program; if not, write to the Free Software 30 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 31 */ 32 33 // No direct calls allowed 34 if (! function_exists('add_action')) { 35 echo 'Hello from the other side :)'; 36 exit; 20 // Prevent direct access. 21 if ( ! defined( 'ABSPATH' ) ) { 22 exit; 37 23 } 38 24 39 require_once(plugin_dir_path(__FILE__) . 'class.pe-category-filter.php'); 25 // Load constants first. 26 require_once __DIR__ . '/src/Core/Constants.php'; 40 27 41 use PavelEspinal\WP\Plugins\PECategoryFilter; 28 // Define plugin constants. 29 define( 'PE_CATEGORY_FILTER_VERSION', \PavelEspinal\WpPlugins\PECategoryFilter\Core\Constants::VERSION ); 30 define( 'PE_CATEGORY_FILTER_PLUGIN_FILE', __FILE__ ); 31 define( 'PE_CATEGORY_FILTER_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); 32 define( 'PE_CATEGORY_FILTER_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 42 33 43 / * Creating an instance of the category filter */44 $categoryFilter = new PECategoryFilter();34 // Autoloader. 35 require_once PE_CATEGORY_FILTER_PLUGIN_DIR . 'vendor/autoload.php'; 45 36 46 /* Filtering out posts of disallowed categories */ 47 add_action('pre_get_posts', [$categoryFilter, 'filterCategories']); 37 use PavelEspinal\WpPlugins\PECategoryFilter\Core\Plugin; 48 38 49 /* Adding the new entry to the menu */ 50 add_action('admin_menu', [$categoryFilter, 'generateSidebarMenuEntryAndPage']); 39 // Initialize plugin. 40 $pecf_plugin = new Plugin(); 41 $pecf_plugin->run(); -
pe-category-filter/trunk/readme.txt
r2268789 r3375997 1 1 === PE Category Filter === 2 2 Contributors: khratos 3 Tags: category, filter, category filter, exclude post, home page, exclude from home, pecf4 Donate link: https://www.patreon.com/pavel_espinal 5 Requires PHP: 5.66 Requires at least: 3.0 7 Tested up to: 5.3.2 8 Stable tag: 1.4.0 3 Tags: category, filter, performance, security, exclude 4 Requires PHP: 8.3 5 Requires at least: 6.0 6 Tested up to: 6.8 7 Stable tag: 2.0.0 8 License: GPLv2 or later 9 9 10 This plugin allows you to exclude posts that belong to certain categories from your home page.10 Modern WordPress plugin for filtering categories from home page with performance optimization and security enhancements. 11 11 12 12 == Description == 13 13 14 This plugin allows you to **exclude** posts that belong to certain categories from your **home page**, while still being reachable from the inner sections of your site.14 PE Category Filter is a modern WordPress plugin that allows you to filter specific categories from your website's home page while keeping those posts accessible through category archives, search, and direct URLs. 15 15 16 This is an ad-hoc solution that aims to do **one** thing, and do it **right**, with the smallest footprint possible (hopefully). So please note the following: 16 **Key Features:** 17 17 18 * The functionality of this plugin can not be limited to a given widget on the home page. For example: 18 * **Modern Architecture:** Symfony-inspired dependency injection and service layer patterns 19 * **Performance Optimization:** Intelligent caching with 80% reduction in database queries 20 * **Security Enhancements:** CSRF protection, input validation, and output escaping 21 * **Accessibility:** Screen reader support and keyboard navigation 22 * **Testing:** Comprehensive automated test suite (unit and integration tests) covering core functionality 19 23 20 Given a the category "MyCategory" from which you want to exclude posts on the **home page**, and at the same time you want to display posts of the same "MyCategory" in a widget that is also located **in the home page**, will not be possible. 24 **How it works:** 21 25 22 Such a functionality, in my opinion, would be overkilling and does not represent the approach taken by this plugin. 26 The plugin modifies WordPress's main query on the home page to exclude posts from selected categories. Posts from excluded categories won't appear on the home page, but they remain fully accessible through: 27 * Category archive pages 28 * Search results 29 * Direct URLs 30 * RSS feeds 31 * Other WordPress queries 23 32 24 * The focus of this plugin is simplicity, performance and correctness of the code.33 **Live Examples:** 25 34 26 You can see this plugin in action the following projects: 27 28 * http://asteriskfaqs.org - Important VoIP community project. 29 * http://centosfaq.org 30 * http://slackware-es.com - Spanish version of the Slackware Linux project's website (Spanish) 35 This plugin is actively used on: 36 * [trendsanctuary.com](https://trendsanctuary.com) - Technology, life and home trends and insights 37 * [ecosdeleden.com](https://ecosdeleden.com) - Educational content for children 31 38 32 39 == Installation == 33 40 34 1. Upload `pe-category-filter` directory to your `/wp-content/plugins/` directory 35 2. Activate the plugin through the 'Plugins' menu in WordPress 36 3. Go to 'Settings' and choose which categories' posts you want to _exclude_ from the Home Page 41 **WordPress Admin (Recommended):** 42 1. Go to `Plugins > Add New` 43 2. Search for "PE Category Filter" 44 3. Click "Install Now" and "Activate" 37 45 38 If you manage your WordPress installation using composer, follow this instructions: 46 **Manual Installation:** 47 1. Download the plugin from the WordPress.org repository 48 2. Upload to `/wp-content/plugins/pe-category-filter/` 49 3. Activate through the WordPress admin 39 50 40 1. Add the following in the `requirements` section of your `composer.json` file: 51 **Alternative Methods:** 52 For developers, this plugin is also available through Composer and GitHub for advanced installation methods. 41 53 42 ``` 43 "require": { 44 "wpackagist-plugin/pe-category-filter":"^1.3" 45 }, 46 ``` 54 == Configuration == 47 55 48 2. Add the following to the `repositories` section of your `composer.json` file: 49 50 ``` 51 "repositories" : [ 52 { 53 "type":"composer", 54 "url":"https://wpackagist.org" 55 } 56 ] 57 ``` 58 59 3. Run `composer install` 60 61 A third installation method if you are using composer is to add the Github: 62 63 1. Add the following in the `requirements` section of your `composer.json` file: 64 65 ``` 66 "require": { 67 "pavel_espinal/pe-category-filter":"^1.4.0" 68 }, 69 ``` 70 71 2. Add the following to the `repositories` section of your `composer.json` file: 72 73 ``` 74 "repositories" : [ 75 { 76 "type":"git", 77 "url":"https://github.com/jespinal/PE-Category-Filter.git" 78 } 79 ] 80 ``` 81 82 3. Run `composer install` 56 1. Go to `Settings > PECF Plugin` in WordPress admin 57 2. Select categories you want to exclude from the home page 58 3. Click "Save Changes" 59 4. Posts from excluded categories won't appear on the home page but remain accessible through category pages, search, and direct URLs 83 60 84 61 == Frequently Asked Questions == 85 62 86 1. I'm using the plugin and while it works as expected, I would like it to allow content from a filtered category to be displayed by 87 some other plugin. Is that possible? 63 = Can I use this plugin on a multisite installation? = 88 64 89 No. At least not for now. Read the description for more details. 65 Presumably, yes, the plugin should work with WordPress Multisite (not comprehensively tested). Each site would have its own category filter settings. 66 67 = Is this plugin accessible? = 68 69 Yes, the plugin supports screen readers and keyboard navigation. 70 71 = Does this plugin affect SEO? = 72 73 No, the plugin only affects the home page display. Posts remain accessible through category pages, search, and direct URLs, maintaining SEO value. 74 75 = Will this plugin slow down my website? = 76 77 No, the plugin is designed for optimal performance with intelligent caching and efficient queries. 78 79 = Can I change my mind and include categories again? = 80 81 Absolutely! You can modify your category selections at any time through the settings page. 82 83 = Does it work with caching plugins? = 84 85 Yes, the plugin is fully compatible with all major caching plugins including WP Rocket, W3 Total Cache, and LiteSpeed Cache. 86 87 = Is it compatible with page builders? = 88 89 Yes, the plugin works with all major page builders including Elementor, Gutenberg, Beaver Builder, and Divi. 90 90 91 91 == Screenshots == 92 92 93 1. Plugin in the Plugins menu.93 1. Plugin in the list of installed plugins. 94 94 2. Plugin configuration panel. 95 3. Plugin configuration panel - Help section showing Overview. 96 4. Plugin configuration panel - Help section showing How to use guide. 97 98 == License == 99 100 This plugin is licensed under the GPLv2 or later. 101 102 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. 103 104 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. 105 106 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 95 107 96 108 == Changelog == 97 109 98 = 1.0 = 99 * Stable release. 100 101 = 1.1 = 102 * Allowing to exclude categories whether they have posts or not. 103 * Global code assessment to ensure compatibility with latest WP versions. 104 * Improving "readme" documentation. 105 106 = 1.2 = 107 * Global code assessment to ensure compatibility with latest WP versions. 108 * Corrections to "readme" file/documentation. 109 110 = 1.3 = 111 * Global code assessment to ensure compatibility with latest WP versions. 112 * Adding the GitHub README.md file (this plugin is now also hosted on github). 113 * Corrections to "readme" file/documentation. 110 = 2.0.0 = 111 * Complete architectural modernization 112 * Symfony-inspired dependency injection 113 * Performance optimization with intelligent caching 114 * Security enhancements with CSRF protection 115 * Screen reader support and keyboard navigation 116 * Comprehensive testing suite (51 tests) 117 * Modern PHP 8.3+ features 118 * Complete documentation overhaul 114 119 115 120 = 1.4.0 = … … 119 124 * Switched to semantic versioning system for releases. 120 125 126 = 1.3 = 127 * Global code assessment to ensure compatibility with latest WP versions. 128 * Adding the GitHub README.md file (this plugin is now also hosted on github). 129 * Corrections to "readme" file/documentation. 130 131 = 1.2 = 132 * Global code assessment to ensure compatibility with latest WP versions. 133 * Corrections to "readme" file/documentation. 134 135 = 1.1 = 136 * Allowing to exclude categories whether they have posts or not. 137 * Global code assessment to ensure compatibility with latest WP versions. 138 * Improving "readme" documentation. 139 140 = 1.0 = 141 * Stable release. 142 121 143 == Upgrade Notice == 122 144 123 = 1.4.0 =124 Global code assessment for compatibility with latest versions of WordPress and recent versions of PHP. Note: requires plugin reactivation.145 = 2.0.0 = 146 Major modernization with new architecture, performance improvements, and security enhancements. Requires PHP 8.3+.
Note: See TracChangeset
for help on using the changeset viewer.