Code Snippets

Beschreibung

Code Snippets ist eine einfache, klare und übersichtliche Methode, um deiner Website PHP Code Snippets hinzuzufügen. Es ist nicht mehr nötig, eigene Snippets zur Datei functions.php deines Themes hinzuzufügen.

Code Snippets Pro ist jetzt verfügbar, mit vollständiger CSS-, JavaScript-, Gutenberg- und Elementor-Integration.

Ein Snippet ist ein kleines Stück PHP-Code, mit dem Du die Funktionalität einer WordPress-basierten Website erweitern kannst. Im Wesentlichen ein Mini-Plugin, aber mit weniger Auswirkung auf die Performance Deiner Website.

Die meisten Snippet-Hosting Websites erfordern es, dass Du Snippet-Code zur functions.php-Datei Deines aktiven Designs hinzufügst, was die Datei mit der Zeit sehr umfangreich und unübersichtlich macht.

Code-Snippets ändern dies, indem sie eine GUI-Schnittstelle zum Hinzufügen von Snippets und der tatsächlichen Ausführung auf Deiner Website bereitstellen, genauso so, als ob sie sich in der functions.php-Datei Deines Themas befänden.

Kurzer Überblick über Code-Snippets von Imran Siddiq

Code Snippets bietet eine grafische Oberfläche, ähnlich dem Plugins-Menü, zum Verwalten von Snippets. Snippets können genau wie Plugins aktiviert und deaktiviert werden.

Der Snippet-Editor enthält Felder für einen Title, einen visuellen Editor für die Beschreibung, Tags, mit denen Du Snippets kategorisieren kannst, und einen voll funktionsfähigen Code-Editor. Snippets können zur Übertragung auf eine andere Website exportiert werden, entweder in JSON zum späteren Import durch das Code Snippets-Plugin, oder in PHP zum Erstellen Deines eigenen Plugins oder Designs.

Umfassendes Code-Snippets-Tutorial mit praktischen Beispielen von Ferdy Korpershoek

Wenn Du ein Feedback, Probleme oder Verbesserungsvorschläge hast, dann hinterlasse bitte ein Thema im Support-Forum, schließe Dich der Community auf Facebook an oder schau bei uns auf GitHub vorbei.

Wenn Du dieses Plugin schätzt und es als sinnvoll betrachtest, denke bitte an eine Bewertung auf WordPress.org.

Übersetzungen

Code Snippets kann dank der folgenden Übersetzer in diesen Sprachen genutzt werden:

Screenshots

  • Vorhandene Snippets verwalten
  • Neue Snippets hinzufügen
  • Ein Snippet bearbeiten
  • Snippets aus einer Export-Datei importieren

Installation

Automatische Installation

  1. Melde dich in deinem WordPress-Back End an
  2. Klicke auf Plugins
  3. Klicke auf Hinzufügen
  4. Suche nach Code-Snippets
  5. Klicke unter „Code Snippets“ auf Jetzt installieren
  6. Aktiviere das Plugin

Manuelle Installation

  1. Lade das Plugin herunter
  2. Entpacke den Inhalt der zip-Datei
  3. Lade den Inhalt der zip-Datei in das Verzeichnis wp-content/plugins/ deiner WordPress-Installation hoch
  4. Aktiviere das Plugin Code Snippets auf der Seite „Plugins“.

Die netzwerkweite Aktivierung von Code Snippets über das Netzwerk-Dashboard aktiviert eine spezielle Benutzeroberfläche zum Ausführen von Snippets über das gesamte Netzwerk.

FAQ

Eine vollständige Liste der häufig gestellten Fragen findet sich unter help.codesnippets.pro.

Wie kann ich meine Site wiederherstellen, wenn sie durch ein fehlerhaftes Snippet zerstört wurde?

Du kannst Deine Website wiederherstellen, indem Du die Funktion „Code-Snippets im abgesicherten Modus“ aktivierst. Anweisungen zum Aktivieren findest Du hier: https://help.codesnippets.pro/article/12-safe -Modus.

Verliere ich meine Snippets, wenn ich das Theme wechsle oder WordPress aktualisiere?

Nein, die Snippets werden in der WordPress-Datenbank gespeichert. Sie sind unabhängig von deinem Theme und bleiben unberührt von den WordPress Updates.

Kann das Plugin vollständig deinstalliert werden?

Wenn Du die „Vollständig deinstallieren“-Option auf der Einstellungen-Seite des Plugins aktivierst, wird Code Snippets alle Daten löschen, sobald es im WordPress-Menü „Plugins“ gelöscht wird. Das beinhaltet auch alle gespeicherten Snippets. Falls Du die Snippets behalten möchtest, exportiere diese zuerst.

Kann ich Snippets, die ich erstellt habe, in eine andere WordPress-Website kopieren?

Ja! Du kannst individuell ein einzelnes Snippet exportieren, in dem du auf der Seite ‚Snippets verwalten‘ den Link verwendest, der unter dem Snippet-Namen steht oder die Aktion zum Mehrfachexport nutzt. Snippets können später über die Seite ‚Snippets durch Hochladen der Export-Datei importiert werden.

Kann ich meine Snippets für eine Website, in der ich das Code Snippets Plugin nicht verwende, als PHP exportieren?

Ja. Klick auf die Kontrollfelder neben den Snippets, die du exportieren möchtest und wähle dann als PHP exportieren aus dem Massenverarbeitungs-Menü und klicke auf Anwenden. Die erzeugte PHP-Datei enthält dann den Code des Snippets sowie Namen und Beschreibung in den Kommentaren.

Kann ich für eine Multisite-Installation Snippets netzwerkweit ausführen?

Du kannst Snippets durchgehend für ein Mulsite-Netzwerk ausführen, in dem du die Code Snippets über das Netzwerk-Dashboard im Netzwerk aktivierst. Du kannst auch Code-Snippets nur auf der Hauptseite und dann individuell auf anderen Website deiner Wahl aktivieren.

Wo werden Snippets in meiner WordPress-Datenbank abgelegt?

Snippets werden in der Tabelle wp_snippets in der WordPress-Datenbank gespeichert. Der Tabellenname kann, je nachdem wie dein Tabellen-Präfix eingestellt ist, abweichen.

Wo finde ich Hilfe oder kann neue Funktionen vorschlagen?

Du kannst Hilfe erhalten, Bugs oder Fehlers melden oder neue Features und Verbesserungen vorschlagen, entweder im WordPress Support Forum oder auf GitHub

Wie kann ich zur Entwicklung des Code Snippets Plugin beitragen?

Der beste Weg dafür ist, es das Repository auf GitHub zu forken und eine Pull Request zu senden.

Wie kann ich in diesem Plugin gefundene Sicherheitslücken melden?

Du kannst Sicherheitslücken, die Du im Quellcode dieses Plugins gefunden hast, über das Patchstack Vulnerability Disclosure Program melden. Das Patchstack-Team unterstützt Dich bei der Überprüfung, Triage und Benachrichtigung von Sicherheitslücken.

Rezensionen

10. Oktober 2023
Handy for adding custom functions, all kinds of performance, security and utility code snippets easily and with a great overview of what's in there. A custom functions file can cause site to go dead white with the wrong code or just 1 bracket missing, but here it warns you and I love that. Saves much time! Hopefully dev adds the ability to target snippets to areas of the site, exclude, and so forth. For now I still use Elementor Pro's code snippets for some things I only want on certain pages/sections, or in footer or such. Many thanks for the plugin and hopefully it stays free for the utility currently offered.
24. September 2023 1 Antwort
Code Snippets certainly deserves 5 stars, I have been using it for a few years now and very happy with this plugin and the support for it. The easiest way I have found to shortcut a number of processes instead of having to edit many files to get a few things setup the way you want them, one of the main snippets I use it for is to delete the images associated to a product when the product itself is deleted, much more reliable than other plugins that claim to do the same.
Alle 425 Rezensionen lesen

Mitwirkende & Entwickler

„Code Snippets“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

„Code Snippets“ wurde in 22 Sprachen übersetzt. Danke an die Übersetzerinnen und Übersetzer für ihre Mitwirkung.

Übersetze „Code Snippets“ in deine Sprache.

Interessiert an der Entwicklung?

Durchstöbere den Code, sieh dir das SVN Repository an oder abonniere das Entwicklungsprotokoll per RSS.

Änderungsprotokoll

3.6.2 (08 Nov 2023)

  • Fixed: Error when attempting to save shared network snippets marked as active.
  • Fixed: Type error when rendering checkbox fields without a stored or default value.
  • Fixed: Removed automatic encoding of code content.
  • Fixed: Label for snippet sharing input incorrectly linked to input field.
  • Fixed: Error when attempting to download export files from Edit menu.
  • Fixed: Issue loading Freemius string overrides too early. (PRO)
  • Fixed: Fix redirect URL when connecting with OAuth on subdirectory or HTTPS sites. (PRO)

3.6.1 (07 Nov 2023)

  • Fixed: Issue accessing fields on Snippets class.

3.6.0 (07 Nov 2023)

  • Updated minimum PHP requirement to 7.4.

  • Added: Ability to authenticate with Code Snippets Cloud using OAuth. (PRO)

  • Added: Integration with GPT AI for generating snippets. (PRO)
  • Added: Ability to generate line-by-line descriptions of snippet code with GPT AI. (PRO)
  • Added: Ability to generate tags and description text from existing snippet code with GPT AI. (PRO)

  • Improved: Ensure that the URL of the edit snippet page changes when adding a new snippet.

  • Improved: Snippet tags will automatically be added when focus is lost on the tags field.
  • Improved: Added debug settings menu for manually performing problem-solving actions.
  • Fixed: Moved active status border on edit name field to left-hand side.
  • Added: Filter to disable scroll-into-view functionality for edit page notices.
  • Fixed: New notices will not scroll if already at top of page.
  • Fixed: Potential CSRF vulnerability allowing an authenticated user to reset settings.

3.5.1 (15 Sep 2023)

  • Fixed: Undefined array key error when accessing plugin settings page. (PRO)
  • Fixed: Issue registering API endpoints affecting edit post screen. (PRO)

3.5.0 (14 Sep 2023)

  • Added: Support for the Code Snippets Cloud API.
  • Added: Search and download public snippets.
  • Added: Codevault back-up and synchronisation. (PRO)
  • Added: Synchronised local snippets are automatically updated in Cloud. (PRO)
  • Added: Bulk actions – ‚update‘ and ‚download‘.
  • Added: Download snippets from public and private codevaults. (PRO)
  • Added: Search and download any publicly viewable snippet in Code Snippet Cloud by keyword or name of codevault. (PRO)
  • Added: Deploy snippets to plugin from Code Snippets Cloud app. (PRO)
  • Added: Bundles of Joy! Search and download Snippet Bundles in one go direct from Code Snippets Cloud. (PRO)
  • Fixed: Error when attempting to update network shared snippets after saving. [#]
  • Improved: Redirect to snippets table when deleting snippet from the edit menu.
  • Improved: Scroll new notices into view on edit menu.

3.4.2 (05 Jul 2023)

  • Fixed: Issue causing export process to fail with fatal error. [#]
  • Fixed: Type issue on the_posts filter when no posts available. [#]

3.4.1 (29 Jun 2023)

  • Fixed: Undefined array key error. [#]
  • Fixed: Potential type issue when loading Prism. [#]
  • Improved: Added better debugging when calling REST API methods from the edit menu.
  • Improved: Escape special characters when sending snippet code through AJAX to avoid false-positives from security modules. [#]
  • Improved: Only display the latest update or error notice on the edit page, instead of allowing them to stack.
  • Fixed: Potential type issue when sorting snippets. [#]
  • Fixed: Issue preventing asset revision numbers from updating correctly. (PRO) [#]

3.4.0 (17 May 2023)

  • Added: Proper WordPress REST API support for retrieving and modifying snippets.
  • Improved: Better compatibility with modern versions of PHP (7.0+).
  • Improved: Converted Edit/Add New Snippet page to use React.
    • Converted action buttons to asynchronously use REST API endpoints through AJAX.
    • Load page components dynamically through React.
    • Added action notice queue system.
    • Replaced native alert dialog with proper React modal.
  • Improved: Catch snippet execution errors to prevent site from crashing.
  • Improved: Display recent snippet errors in admin dashboard instead.
  • Improved: Updated editor block to use new REST API endpoints. (PRO)
  • Improved: Change colour of upgrade notice in Pro plugin. (PRO)
  • Improved: All available snippet data is included in export files.
  • Improved: Only import specific fields from export file, even if additional fields specified.
  • Fixed: Issue preventing editor colorpicker from loading correctly. (PRO)
  • Improved: Added help links to content snippet options.
  • Improved: Pass additional attributes specified in [code_snippet] content shortcode to shortcode content.
  • Improved: Make shortcode attributes available as individual variables.
  • Improved: Allow boolean attributes to be passed to code snippets shortcodes without specifying a value.
  • Improved: Replace external links to Pro pricing page with an upgrade modal.
  • Fixed: Issue preventing linting libraries from loading correctly in the code editor.

3.3.0 (09 Mar 2023)

  • Fixed: Do not enqueue CSS or JS snippet file if no snippets exist. (PRO)
  • Improved: Added additional editor shortcuts to list in tooltip.
  • Added: Filter for changing Snippets admin menu position. See this help article for more information.
  • Added: Ability to filter shortcode output. Thanks to contributions from Jack Szwergold.
  • Fixed: Bug causing all snippets to show in site health information instead of those active.
  • Fixed: Unnecessary sanitization of file upload data causing import process to fail on Windows systems.

3.2.2 (17 Nov 2022)

  • Fixed: Plugin lacking a valid header error on activation.

3.2.1 (05 Oct 2022)

  • Fixed: Issue making survey reminder notice not dismissible.
  • Added: Ctrl+/ or Cmd+/ as shortcut for commenting out code in the snippet editor.
  • Added: Additional hooks to various snippet actions, thanks to contributions made by ancient-spirit.
  • Added: Fold markers, additional keyboard shortcuts and keymap options to snippet editor,
    thanks to contributions made by Amaral Krichman.
  • Improved: Removed duplicate tables exist query. (#).
  • Improved: Enabled ‚add paragraphs and formatting‘ option by default for newly inserted content snippets.
  • Added: WP-CLI commands for retrieving, activating, deactivating, deleting, creating, updating, exporting and importing snippets.
  • Fixed: Path to iron visible when updating the pro plugin.

3.2.0 (22 Jul 2022)

  • Fixed: Remove default value from SQL columns to improve compatibility with certain versions of MySQL.
  • Fixed: Delay loading snippets in Gutenberg editor blocks. (PRO)
  • Added: Option to show and hide line numbers in Gutenberg source code editor block. (PRO)
  • Added: Support for highlighting HTML, CSS, JS and embedded code in the front-end PrismJS code highlighter.
  • Added: Additional features to front-end PrismJS code highlighter, including automatic links and a copy button.
  • Added: Support for multiple code styles in the source code Gutenberg editor block. (PRO)
  • Added: Admin notice announcing release of Code Snippets Pro.
  • Fixed: Inconsistencies with translations between different plugin versions.
  • Fixed: Issue with Content Snippet shortcode information not displaying.
  • Added: Button for copying shortcode text to clipboard.
  • Improved: Include Code Snippets CSS and JS source code in distributed package.
  • Improved: Don’t delete data from plugin if deleting Code Snippets Free while Code Snippets Pro is active.
  • Improved: Streamlined user interface and experience in Gutenberg editor blocks. (PRO)
  • Added: Option to choose from 44 different themes for the Prism code highlighter in the source editor block and Elementor widget. (PRO)
  • Improved: Compatibility of Elementor widgets with the latest version of Elementor. (PRO)
  • Improved: Replace icon font menu icon with embedded SVG icon.

3.1.2 (03 Jul 2022)

  • Updated external links and branding for Code Snippets Pro.
  • Improved: Add link URLs to settings pages, as an alternative to in-page navigation.
  • Fixed: Various fixes to block editor scripts. (PRO)
  • Fixed: Improved visual style of Gutenberg editor blocks. (PRO)

3.1.1 (13 Jun 2022)

  • Fixed: Download snippets feature not including snippet content.
  • Fixed: Alignment of ‚opens externally‘ dashicon.
  • Improved: Added additional parameters to code_snippets/export/filename filter.

3.1.0 (17 May 2022)

  • Fixed: Caching inconsistencies preventing snippets and settings from refreshing on sites with persistent object caching.
  • Improved: Simplified database queries.
  • Added: More comprehensive cache coverage, including for active snippets.
  • Hinzugefügt: Symbol zur Schaltfläche „Go Pro“, das anzeigt, dass eine externe Registerkarte geöffnet wird.
  • Verbessert: Anzeigestile in Snippet-Beschreibungen zulassen.

Das komplette Changelog ist auf GitHub verfügbar