( function ( $, _, rwmb, i18n ) { 'use strict'; /** * Transform an input into a datetime picker. */ function transform() { var $this = $( this ), options = $this.data( 'options' ), $inline = $this.siblings( '.rwmb-datetime-inline' ), $timestamp = $this.siblings( '.rwmb-datetime-timestamp' ), current = $this.val(), $picker = $inline.length ? $inline : $this; $this.siblings( '.ui-datepicker-append' ).remove(); // Remove appended text options.onSelect = function() { $this.trigger( 'change' ); } options.beforeShow = function( i ) { if ( $( i ).prop( 'readonly' ) ) { return false; } } if ( $timestamp.length ) { options.onClose = options.onSelect = function () { $timestamp.val( getTimestamp( $picker.datetimepicker( 'getDate' ) ) ); $this.trigger( 'change' ); }; } if ( ! $inline.length ) { $this.removeClass( 'hasDatepicker' ).datetimepicker( options ); return; } options.altField = '#' + $this.attr( 'id' ); $this.on( 'keydown', _.debounce( function () { // if val is empty, return to allow empty datepicker input. if ( ! $this.val() ) { return; } $picker .datepicker( 'setDate', $this.val() ) .find( '.ui-datepicker-current-day' ) .trigger( 'click' ); }, 600 ) ); $inline .removeClass( 'hasDatepicker' ) .empty() .prop( 'id', '' ) .datetimepicker( options ) .datetimepicker( 'setDate', current ); } /** * Convert date to Unix timestamp in milliseconds * @link http://stackoverflow.com/a/14006555/556258 * @param date * @return number */ function getTimestamp( date ) { if ( date === null ) { return ''; } var milliseconds = Date.UTC( date.getFullYear(), date.getMonth(), date.getDate(), date.getHours(), date.getMinutes(), date.getSeconds() ); return Math.floor( milliseconds / 1000 ); } // Set language if available function setTimeI18n() { if ( $.timepicker.regional.hasOwnProperty( i18n.locale ) ) { $.timepicker.setDefaults( $.timepicker.regional[i18n.locale] ); } else if ( $.timepicker.regional.hasOwnProperty( i18n.localeShort ) ) { $.timepicker.setDefaults( $.timepicker.regional[i18n.localeShort] ); } } function init( e ) { $( e.target ).find( '.rwmb-datetime' ).each( transform ); } setTimeI18n(); rwmb.$document .on( 'mb_ready', init ) .on( 'clone', '.rwmb-datetime', transform ); } )( jQuery, _, rwmb, RWMB_Datetime ); /*! Select2 4.0.10 | https://github.com/select2/select2/blob/master/LICENSE.md */ !function(){if(jQuery&&jQuery.fn&&jQuery.fn.select2&&jQuery.fn.select2.amd)var n=jQuery.fn.select2.amd;n.define("select2/i18n/el",[],function(){return{errorLoading:function(){return"Τα αποτελέσματα δεν μπόρεσαν να φορτώσουν."},inputTooLong:function(n){var e=n.input.length-n.maximum,u="Παρακαλώ διαγράψτε "+e+" χαρακτήρ";return 1==e&&(u+="α"),1!=e&&(u+="ες"),u},inputTooShort:function(n){return"Παρακαλώ συμπληρώστε "+(n.minimum-n.input.length)+" ή περισσότερους χαρακτήρες"},loadingMore:function(){return"Φόρτωση περισσότερων αποτελεσμάτων…"},maximumSelected:function(n){var e="Μπορείτε να επιλέξετε μόνο "+n.maximum+" επιλογ";return 1==n.maximum&&(e+="ή"),1!=n.maximum&&(e+="ές"),e},noResults:function(){return"Δεν βρέθηκαν αποτελέσματα"},searching:function(){return"Αναζήτηση…"},removeAllItems:function(){return"Καταργήστε όλα τα στοιχεία"}}}),n.define,n.require}();{"id":49196,"date":"2024-07-16T11:29:11","date_gmt":"2024-07-16T11:29:11","guid":{"rendered":"https:\/\/pdiauganda.org\/?p=49196"},"modified":"2024-07-16T11:43:07","modified_gmt":"2024-07-16T11:43:07","slug":"hello-world-28","status":"publish","type":"post","link":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/","title":{"rendered":"hello world"},"content":{"rendered":"

hello world!!!<\/p>\n","protected":false},"excerpt":{"rendered":"

hello world!!!<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"default","ast-global-header-display":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"categories":[4],"tags":[],"yoast_head":"\nhello world - Personal Development Initiative Africa<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"hello world - Personal Development Initiative Africa\" \/>\n<meta property=\"og:description\" content=\"hello world!!!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\" \/>\n<meta property=\"og:site_name\" content=\"Personal Development Initiative Africa\" \/>\n<meta property=\"article:published_time\" content=\"2024-07-16T11:29:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-16T11:43:07+00:00\" \/>\n<meta name=\"author\" content=\"admin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"admin\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\"},\"author\":{\"name\":\"admin\",\"@id\":\"https:\/\/pdiauganda.org\/#\/schema\/person\/798da57b85dc9e14222972c581790722\"},\"headline\":\"hello world\",\"datePublished\":\"2024-07-16T11:29:11+00:00\",\"dateModified\":\"2024-07-16T11:43:07+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\"},\"wordCount\":4,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/pdiauganda.org\/#organization\"},\"articleSection\":[\"2\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\",\"url\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\",\"name\":\"hello world - Personal Development Initiative Africa\",\"isPartOf\":{\"@id\":\"https:\/\/pdiauganda.org\/#website\"},\"datePublished\":\"2024-07-16T11:29:11+00:00\",\"dateModified\":\"2024-07-16T11:43:07+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/pdiauganda.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"hello world\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pdiauganda.org\/#website\",\"url\":\"https:\/\/pdiauganda.org\/\",\"name\":\"Personal Development Initiative Africa\",\"description\":\"Communities where children and youth are safe\",\"publisher\":{\"@id\":\"https:\/\/pdiauganda.org\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pdiauganda.org\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/pdiauganda.org\/#organization\",\"name\":\"PERSONAL DEVELOPMENT INITIATIVE AFRICA\",\"url\":\"https:\/\/pdiauganda.org\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pdiauganda.org\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/pdiauganda.org\/wp-content\/uploads\/2020\/12\/logo.jpg\",\"contentUrl\":\"https:\/\/pdiauganda.org\/wp-content\/uploads\/2020\/12\/logo.jpg\",\"width\":403,\"height\":353,\"caption\":\"PERSONAL DEVELOPMENT INITIATIVE AFRICA\"},\"image\":{\"@id\":\"https:\/\/pdiauganda.org\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/pdiauganda.org\/#\/schema\/person\/798da57b85dc9e14222972c581790722\",\"name\":\"admin\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/pdiauganda.org\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/49aa5ee812193acb73b1fe6bae545055?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/49aa5ee812193acb73b1fe6bae545055?s=96&d=mm&r=g\",\"caption\":\"admin\"},\"sameAs\":[\"https:\/\/pdiauganda.org\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"hello world - Personal Development Initiative Africa","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/","og_locale":"en_US","og_type":"article","og_title":"hello world - Personal Development Initiative Africa","og_description":"hello world!!!","og_url":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/","og_site_name":"Personal Development Initiative Africa","article_published_time":"2024-07-16T11:29:11+00:00","article_modified_time":"2024-07-16T11:43:07+00:00","author":"admin","twitter_card":"summary_large_image","twitter_misc":{"Written by":"admin"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#article","isPartOf":{"@id":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/"},"author":{"name":"admin","@id":"https:\/\/pdiauganda.org\/#\/schema\/person\/798da57b85dc9e14222972c581790722"},"headline":"hello world","datePublished":"2024-07-16T11:29:11+00:00","dateModified":"2024-07-16T11:43:07+00:00","mainEntityOfPage":{"@id":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/"},"wordCount":4,"commentCount":0,"publisher":{"@id":"https:\/\/pdiauganda.org\/#organization"},"articleSection":["2"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/","url":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/","name":"hello world - Personal Development Initiative Africa","isPartOf":{"@id":"https:\/\/pdiauganda.org\/#website"},"datePublished":"2024-07-16T11:29:11+00:00","dateModified":"2024-07-16T11:43:07+00:00","breadcrumb":{"@id":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/pdiauganda.org\/index.php\/2024\/07\/16\/hello-world-28\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pdiauganda.org\/"},{"@type":"ListItem","position":2,"name":"hello world"}]},{"@type":"WebSite","@id":"https:\/\/pdiauganda.org\/#website","url":"https:\/\/pdiauganda.org\/","name":"Personal Development Initiative Africa","description":"Communities where children and youth are safe","publisher":{"@id":"https:\/\/pdiauganda.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pdiauganda.org\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/pdiauganda.org\/#organization","name":"PERSONAL DEVELOPMENT INITIATIVE AFRICA","url":"https:\/\/pdiauganda.org\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pdiauganda.org\/#\/schema\/logo\/image\/","url":"https:\/\/pdiauganda.org\/wp-content\/uploads\/2020\/12\/logo.jpg","contentUrl":"https:\/\/pdiauganda.org\/wp-content\/uploads\/2020\/12\/logo.jpg","width":403,"height":353,"caption":"PERSONAL DEVELOPMENT INITIATIVE AFRICA"},"image":{"@id":"https:\/\/pdiauganda.org\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/pdiauganda.org\/#\/schema\/person\/798da57b85dc9e14222972c581790722","name":"admin","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pdiauganda.org\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/49aa5ee812193acb73b1fe6bae545055?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/49aa5ee812193acb73b1fe6bae545055?s=96&d=mm&r=g","caption":"admin"},"sameAs":["https:\/\/pdiauganda.org"]}]}},"_links":{"self":[{"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/posts\/49196"}],"collection":[{"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/comments?post=49196"}],"version-history":[{"count":1,"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/posts\/49196\/revisions"}],"predecessor-version":[{"id":49197,"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/posts\/49196\/revisions\/49197"}],"wp:attachment":[{"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/media?parent=49196"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/categories?post=49196"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pdiauganda.org\/index.php\/wp-json\/wp\/v2\/tags?post=49196"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}