Pinned Loading
-
master-builder
master-builder PublicA reusable SCSS / JS builder for WordPress themes / plugins
JavaScript 1
-
Process Localise XLIFF exports for i...
Process Localise XLIFF exports for importing back into WPML by inserting translation job IDs from source files 1# coding=utf-8
23import os
4import argparse
5from glob import glob
-
Add WPML translations to WP2Static v7
Add WPML translations to WP2Static v7 1<?php
2function sg_get_translated_posts_urls() {
3$default_lang = apply_filters( 'wpml_default_language', NULL );
45$ids = get_posts( array(
-
Simple Download Monitor: Filter down...
Simple Download Monitor: Filter download logs by date range, group by download ID and count number of downloads 1<?php
2function sdm_export_download_logs_to_csv( $from, $to ) {
3// Check for valid dates (yyyy-mm-dd)
4$date_pattern = '/^\d{4}\-(0[1-9]|1[012])\-(0[1-9]|[12][0-9]|3[01])$/';
5if ( 1 !== preg_match( $date_pattern, $from ) || 1 !== preg_match( $date_pattern, $to ) ) {
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.